Itamar Haber
8f2e77dd23
Globally applies addReplySubSyntaxError
2018-06-07 18:39:36 +03:00
Itamar Haber
c199280edb
Globally applies addReplySubSyntaxError
2018-06-07 18:39:36 +03:00
Itamar Haber
594dc58322
Globally applies addReplySubSyntaxError
2018-06-07 18:39:36 +03:00
Itamar Haber
08dda5f48f
Adds MODULE HELP and implements addReplySubSyntaxError
2018-06-07 18:34:58 +03:00
Itamar Haber
76ad23d012
Adds MODULE HELP and implements addReplySubSyntaxError
2018-06-07 18:34:58 +03:00
Itamar Haber
041354e665
Adds MODULE HELP and implements addReplySubSyntaxError
2018-06-07 18:34:58 +03:00
antirez
482a5dcefa
Typo: entires -> entries in several places.
2018-06-07 14:36:56 +02:00
antirez
a7dbe37d53
Typo: entires -> entries in several places.
2018-06-07 14:36:56 +02:00
antirez
664cfb8d6b
Typo: entires -> entries in several places.
2018-06-07 14:36:56 +02:00
antirez
2e894142a8
Streams: make macro node limits configurable.
2018-06-07 14:36:13 +02:00
antirez
dfb3bf1b1e
Streams: make macro node limits configurable.
2018-06-07 14:36:13 +02:00
antirez
5c7bda3752
Streams: make macro node limits configurable.
2018-06-07 14:36:13 +02:00
antirez
7e9ec104dd
Streams: max node limits only checked if non zero.
2018-06-07 14:30:25 +02:00
antirez
6d34ff3645
Streams: max node limits only checked if non zero.
2018-06-07 14:30:25 +02:00
antirez
80f89e0634
Streams: max node limits only checked if non zero.
2018-06-07 14:30:25 +02:00
antirez
cd2a3ea8f1
Streams: use non static macro node limits.
...
Also add the concept of size/items limit, instead of just having as
limit the number of bytes.
2018-06-07 14:24:49 +02:00
antirez
19a438e2c0
Streams: use non static macro node limits.
...
Also add the concept of size/items limit, instead of just having as
limit the number of bytes.
2018-06-07 14:24:49 +02:00
antirez
89435af570
Streams: use non static macro node limits.
...
Also add the concept of size/items limit, instead of just having as
limit the number of bytes.
2018-06-07 14:24:49 +02:00
shenlongxing
a35bf3f130
Fix write() errno error
2018-06-06 13:06:42 +02:00
shenlongxing
c85ae56edc
Fix write() errno error
2018-06-06 13:06:42 +02:00
shenlongxing
c6c03ee21f
Fix write() errno error
2018-06-06 13:06:42 +02:00
antirez
af566a2118
Fix streamIteratorRemoveEntry() to update elements count.
...
Close #4989 .
2018-06-06 11:40:22 +02:00
antirez
b61416bdf4
Fix streamIteratorRemoveEntry() to update elements count.
...
Close #4989 .
2018-06-06 11:40:22 +02:00
antirez
3406400ae0
Fix streamIteratorRemoveEntry() to update elements count.
...
Close #4989 .
2018-06-06 11:40:22 +02:00
antirez
2c08c2d425
ZPOP: invert score-ele to match ZRANGE WITHSCORES order.
2018-06-05 17:06:25 +02:00
antirez
0a698e499a
ZPOP: invert score-ele to match ZRANGE WITHSCORES order.
2018-06-05 17:06:25 +02:00
antirez
c8d43b84d8
ZPOP: invert score-ele to match ZRANGE WITHSCORES order.
2018-06-05 17:06:25 +02:00
antirez
a1e29c6531
Remove XINFO <key> special form.
...
As observed by Michael Grunder this usage while practical is
inconsistent because for instance it does not work against a key called
HELP. Removed.
2018-06-05 16:34:34 +02:00
antirez
9e25f3e1de
Remove XINFO <key> special form.
...
As observed by Michael Grunder this usage while practical is
inconsistent because for instance it does not work against a key called
HELP. Removed.
2018-06-05 16:34:34 +02:00
antirez
d3b425470b
Remove XINFO <key> special form.
...
As observed by Michael Grunder this usage while practical is
inconsistent because for instance it does not work against a key called
HELP. Removed.
2018-06-05 16:34:34 +02:00
antirez
5fa21cf817
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-06-04 17:30:11 +02:00
antirez
2f123ea6a3
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-06-04 17:30:11 +02:00
antirez
7932b157c2
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-06-04 17:30:11 +02:00
antirez
ca42e42860
XGROUP SETID implemented + consumer groups core fixes.
...
Now that we have SETID, the inetrnals of consumer groups should be able
to handle the case of the same message delivered multiple times just
as a side effect of calling XREADGROUP. Normally this should never
happen but if the admin manually "XGROUP SETID mykey mygroup 0",
messages will get re-delivered to clients waiting for the ">" special
ID. The consumer groups internals were not able to handle the case of a
message re-delivered in this circumstances that was already assigned to
another owner.
2018-06-04 17:28:03 +02:00
antirez
36b392a0b2
XGROUP SETID implemented + consumer groups core fixes.
...
Now that we have SETID, the inetrnals of consumer groups should be able
to handle the case of the same message delivered multiple times just
as a side effect of calling XREADGROUP. Normally this should never
happen but if the admin manually "XGROUP SETID mykey mygroup 0",
messages will get re-delivered to clients waiting for the ">" special
ID. The consumer groups internals were not able to handle the case of a
message re-delivered in this circumstances that was already assigned to
another owner.
2018-06-04 17:28:03 +02:00
antirez
ff7cb41475
XGROUP SETID implemented + consumer groups core fixes.
...
Now that we have SETID, the inetrnals of consumer groups should be able
to handle the case of the same message delivered multiple times just
as a side effect of calling XREADGROUP. Normally this should never
happen but if the admin manually "XGROUP SETID mykey mygroup 0",
messages will get re-delivered to clients waiting for the ">" special
ID. The consumer groups internals were not able to handle the case of a
message re-delivered in this circumstances that was already assigned to
another owner.
2018-06-04 17:28:03 +02:00
antirez
5684d0d85e
Rax library updated.
2018-06-04 17:26:16 +02:00
antirez
05a2996641
Rax library updated.
2018-06-04 17:26:16 +02:00
antirez
0f1448f9c3
Rax library updated.
2018-06-04 17:26:16 +02:00
Salvatore Sanfilippo
9853fc0589
Merge pull request #4981 from yossigo/gcc7
...
Clean gcc 7.x warnings, redis-cli cluster fix.
2018-06-04 17:18:39 +02:00
Salvatore Sanfilippo
b1783d3ab9
Merge pull request #4981 from yossigo/gcc7
...
Clean gcc 7.x warnings, redis-cli cluster fix.
2018-06-04 17:18:39 +02:00
Salvatore Sanfilippo
45ab995a3a
Merge pull request #4981 from yossigo/gcc7
...
Clean gcc 7.x warnings, redis-cli cluster fix.
2018-06-04 17:18:39 +02:00
antirez
0dbc74bd00
XGROUP DESTROY implemented.
2018-06-04 12:58:26 +02:00
antirez
7c6f1be5df
XGROUP DESTROY implemented.
2018-06-04 12:58:26 +02:00
antirez
226712b467
XGROUP DESTROY implemented.
2018-06-04 12:58:26 +02:00
赵磊
3ab3bb1421
Fix core dump when using 'command getkeys' with wrong arguments.
2018-06-04 15:14:50 +08:00
赵磊
10dedc2586
Fix core dump when using 'command getkeys' with wrong arguments.
2018-06-04 15:14:50 +08:00
赵磊
366c45a2ec
Fix core dump when using 'command getkeys' with wrong arguments.
2018-06-04 15:14:50 +08:00
Yossi Gottlieb
0d31bff735
Clean gcc 7.x warnings, redis-cli cluster fix.
2018-06-03 15:54:30 +03:00
Yossi Gottlieb
e1222d8b10
Clean gcc 7.x warnings, redis-cli cluster fix.
2018-06-03 15:54:30 +03:00