antirez
a017b7ec0e
anet.c: new API anetTcpNonBlockBestEffortBindConnect()
...
This performs a best effort source address binding attempt. If it is
possible to bind the local address and still have a successful
connect(), then this socket is returned. Otherwise the call is retried
without source address binding attempt.
Related to issues #2609 and #2612 .
2015-06-11 14:34:38 +02:00
antirez
f345dba385
anetTcpGenericConnect(), jump to error not end on error
...
Two code paths jumped to the "ok, return the socket to the user" code
path to handle error conditions.
Related to issues #2609 and #2612 .
2015-06-11 14:34:38 +02:00
antirez
8fa8b251a9
anetTcpGenericConnect(), jump to error not end on error
...
Two code paths jumped to the "ok, return the socket to the user" code
path to handle error conditions.
Related to issues #2609 and #2612 .
2015-06-11 14:34:38 +02:00
antirez
57daae8758
Don't try to bind the source address for MIGRATE
...
Related to issues #2609 and #2612 .
2015-06-11 14:34:38 +02:00
antirez
a401a84eb2
Don't try to bind the source address for MIGRATE
...
Related to issues #2609 and #2612 .
2015-06-11 14:34:38 +02:00
Ben Murphy
7856c49de7
hide access to debug table
2015-06-03 13:33:28 +02:00
Ben Murphy
ffd6637e90
hide access to debug table
2015-06-03 13:33:28 +02:00
Ben Murphy
e881325094
disable loading lua bytecode
2015-06-03 13:33:28 +02:00
Ben Murphy
fdf9d45509
disable loading lua bytecode
2015-06-03 13:33:28 +02:00
antirez
e0e33a2fa5
Scripting: Lua cmsgpack lib updated to include str8 support
2015-06-03 08:44:43 +02:00
antirez
357a40c4fc
Scripting: Lua cmsgpack lib updated to include str8 support
2015-06-03 08:44:43 +02:00
linfangrong
6b8245d52c
Update t_zset.c
2015-06-02 18:12:57 +08:00
linfangrong
0dc6a5d497
Update t_zset.c
2015-06-02 18:12:57 +08:00
antirez
cc36b85a79
Merge branch 'zaddnx' into unstable
2015-05-29 12:26:27 +02:00
antirez
28a250d9e4
Merge branch 'zaddnx' into unstable
2015-05-29 12:26:27 +02:00
antirez
e5c00e6d3a
Test: ZADD CH tests
2015-05-29 11:34:43 +02:00
antirez
39b49bcaaf
Test: ZADD CH tests
2015-05-29 11:34:43 +02:00
antirez
a7633c6f26
ZADD RETCH option renamed CH
...
From Twitter:
"@antirez that’s an awfully-named command :(
http://en.wikipedia.org/wiki/Retching "
2015-05-29 11:32:22 +02:00
antirez
d8a8dca7fd
ZADD RETCH option renamed CH
...
From Twitter:
"@antirez that’s an awfully-named command :(
http://en.wikipedia.org/wiki/Retching "
2015-05-29 11:32:22 +02:00
antirez
1372f1fb0f
Test: ZADD INCR test
2015-05-29 11:28:52 +02:00
antirez
23ba5c1092
Test: ZADD INCR test
2015-05-29 11:28:52 +02:00
antirez
034d1b5046
Test: ZADD NX and XX options tests
2015-05-29 11:23:49 +02:00
antirez
910e72d1c1
Test: ZADD NX and XX options tests
2015-05-29 11:23:49 +02:00
antirez
b8260c07e8
ZADD RETCH option: Return number of elements added or updated
...
Normally ZADD only returns the number of elements added to a sorted
set, using the RETCH option it returns the sum of elements added or
for which the score was updated.
2015-05-29 11:22:03 +02:00
antirez
c043a4e6f4
ZADD RETCH option: Return number of elements added or updated
...
Normally ZADD only returns the number of elements added to a sorted
set, using the RETCH option it returns the sum of elements added or
for which the score was updated.
2015-05-29 11:22:03 +02:00
antirez
a42299a33c
ZADD NX and XX options
2015-05-29 09:59:42 +02:00
antirez
5d32abbb9e
ZADD NX and XX options
2015-05-29 09:59:42 +02:00
antirez
85bb2fb94c
ZADD implemenation able to take options.
2015-05-28 18:10:51 +02:00
antirez
382a943414
ZADD implemenation able to take options.
2015-05-28 18:10:51 +02:00
Salvatore Sanfilippo
56b72b1ed4
Merge pull request #2586 from huachaohuang/patch-1
...
Update anet.c
2015-05-28 15:10:25 +02:00
Salvatore Sanfilippo
a391c36324
Merge pull request #2586 from huachaohuang/patch-1
...
Update anet.c
2015-05-28 15:10:25 +02:00
Salvatore Sanfilippo
26b0511ce7
Merge pull request #2587 from itamarhaber/patch-5
...
Removed incorrect suggestion
2015-05-28 15:09:51 +02:00
Salvatore Sanfilippo
c3297a7292
Merge pull request #2587 from itamarhaber/patch-5
...
Removed incorrect suggestion
2015-05-28 15:09:51 +02:00
Salvatore Sanfilippo
efe9818857
Merge pull request #2571 from therealbill/sentinel-flushconfig-command
...
adding a sentinel command: "flushconfig" per RCP4
2015-05-25 12:06:25 +02:00
Salvatore Sanfilippo
4082c38a60
Merge pull request #2571 from therealbill/sentinel-flushconfig-command
...
adding a sentinel command: "flushconfig" per RCP4
2015-05-25 12:06:25 +02:00
antirez
69fa4d0233
Sentinel: clarify effect of resetting failover_start_time.
2015-05-25 10:32:28 +02:00
antirez
20700fe566
Sentinel: clarify effect of resetting failover_start_time.
2015-05-25 10:32:28 +02:00
antirez
33c2d05783
Sentinel: help subcommand in simulate-failure command
2015-05-25 10:24:27 +02:00
antirez
5080f2d699
Sentinel: help subcommand in simulate-failure command
2015-05-25 10:24:27 +02:00
antirez
10b5f1ace6
Sentinel: initial failure simulator implemented
...
This commit adds the SENTINEL simulate-failure, that sets specific
hooks inside the state machine that will crash Sentinel, for testing
purposes.
2015-05-22 11:49:11 +02:00
antirez
fb3af75f74
Sentinel: initial failure simulator implemented
...
This commit adds the SENTINEL simulate-failure, that sets specific
hooks inside the state machine that will crash Sentinel, for testing
purposes.
2015-05-22 11:49:11 +02:00
Itamar Haber
1cb8d3c792
Removed incorrect suggestion
...
DEL/INCR/DECR and others could be NTH but apparently never made it to the implementation of SORT
2015-05-21 13:24:51 +03:00
Itamar Haber
575eeb1a1c
Removed incorrect suggestion
...
DEL/INCR/DECR and others could be NTH but apparently never made it to the implementation of SORT
2015-05-21 13:24:51 +03:00
Huachao Huang
edeac27d30
Update anet.c
2015-05-21 17:40:17 +08:00
Huachao Huang
8c423c0bd6
Update anet.c
2015-05-21 17:40:17 +08:00
antirez
28664641f4
Sentinel: fix sentinelTryConnectionSharing() by checking for no match
...
Trivial omission of the obvious no-match case.
2015-05-20 09:59:55 +02:00
antirez
c54de703f2
Sentinel: fix sentinelTryConnectionSharing() by checking for no match
...
Trivial omission of the obvious no-match case.
2015-05-20 09:59:55 +02:00
antirez
d18079ef5e
Merge branch 'sentinel-32' into unstable
2015-05-19 12:26:57 +02:00
antirez
164b6bbab5
Merge branch 'sentinel-32' into unstable
2015-05-19 12:26:57 +02:00
antirez
c27fc1eea1
Sentinel: CKQUORUM tests
2015-05-19 12:26:09 +02:00