James Allen
|
62de9d8946
|
Move test/UnitTests -> unit/test
|
2017-11-27 17:10:22 +00:00 |
|
James Allen
|
01548a0216
|
Don't try to set the server id if it isn't returned in the response
|
2017-05-19 10:23:01 +01:00 |
|
James Allen
|
f708a0cd81
|
Check for blank string in clsi cookie caching
ioredis returns "" for a blank entry, the previous driver returned null,
so also check for a blank string
|
2017-05-18 11:09:33 +01:00 |
|
James Allen
|
5aa8b71832
|
Allow writing of clsi cookie cache to redis cluster secondary
|
2017-05-15 15:35:01 +01:00 |
|
James Allen
|
8449b0417c
|
Move all redis end points to be cluster compatible
|
2017-05-04 15:22:54 +01:00 |
|
Henry Oswald
|
61b9a683aa
|
put clsiCookie vals into subobject in settings
|
2016-05-19 16:55:58 +01:00 |
|
Henry Oswald
|
789257fd4a
|
use cookie key when setting cookie for jar
|
2016-05-19 13:52:18 +01:00 |
|
Henry Oswald
|
b8510301b6
|
expire cookie key from setting file length
|
2016-05-06 12:19:22 +01:00 |
|
Henry Oswald
|
ed4fdd48d7
|
clsi cookies are given an expire time via settings file
|
2016-05-05 16:50:18 +01:00 |
|
Henry Oswald
|
b00bd5cd94
|
if clsi cookies are not enabled don't call redis, return empty
|
2016-04-27 17:05:12 +01:00 |
|
Henry Oswald
|
78b08060ab
|
redis get not multi used for _getServerId
|
2016-04-27 16:56:21 +01:00 |
|
Henry Oswald
|
1ee94f9bf5
|
return server id for set server id and _populateServerIdViaRequest
|
2016-04-27 16:20:10 +01:00 |
|
Henry Oswald
|
18560d8621
|
set server cookie on every compile response and don't expire on get
|
2016-04-20 16:17:06 +01:00 |
|
Henry Oswald
|
4d54de8b9a
|
renamed ClsiRequestManager to ClsiCookieManager and improved logging
|
2016-04-20 15:06:39 +01:00 |
|