Salvatore Sanfilippo
04df6f1fda
Merge pull request #5553 from devnexen/dflybsd_build_fix
...
DragonFlyBSD little build fix
2018-11-22 11:16:30 +01:00
Salvatore Sanfilippo
0c12ebf6e7
Merge pull request #5553 from devnexen/dflybsd_build_fix
...
DragonFlyBSD little build fix
2018-11-22 11:16:30 +01:00
Salvatore Sanfilippo
5099745426
Merge pull request #5553 from devnexen/dflybsd_build_fix
...
DragonFlyBSD little build fix
2018-11-22 11:16:30 +01:00
Salvatore Sanfilippo
389c845071
Merge pull request #5590 from yongman/fix-cluster-fix-command
...
Fix command error when fixing open slots
2018-11-22 11:10:56 +01:00
Salvatore Sanfilippo
f3601fcb13
Merge pull request #5590 from yongman/fix-cluster-fix-command
...
Fix command error when fixing open slots
2018-11-22 11:10:56 +01:00
Salvatore Sanfilippo
34b206057e
Merge pull request #5590 from yongman/fix-cluster-fix-command
...
Fix command error when fixing open slots
2018-11-22 11:10:56 +01:00
yongman
3196f40c0c
skip slave nodes when sending cluster setslot command
2018-11-21 23:01:35 +08:00
yongman
2f76829dc7
skip slave nodes when sending cluster setslot command
2018-11-21 23:01:35 +08:00
yongman
1a86562f52
skip slave nodes when sending cluster setslot command
2018-11-21 23:01:35 +08:00
Salvatore Sanfilippo
e29a0d085d
Merge pull request #5579 from yongman/fix-rediscli-pointer-access
...
Fix pointer access and memory leak in redis-cli.
2018-11-20 10:38:59 +01:00
Salvatore Sanfilippo
8acc07e6f0
Merge pull request #5579 from yongman/fix-rediscli-pointer-access
...
Fix pointer access and memory leak in redis-cli.
2018-11-20 10:38:59 +01:00
Salvatore Sanfilippo
59c5134218
Merge pull request #5579 from yongman/fix-rediscli-pointer-access
...
Fix pointer access and memory leak in redis-cli.
2018-11-20 10:38:59 +01:00
antirez
068e49c65a
Test: regression test for #5570 .
2018-11-19 17:19:33 +01:00
antirez
30a455f14a
Test: regression test for #5570 .
2018-11-19 17:19:33 +01:00
antirez
41615d418b
Test: regression test for #5570 .
2018-11-19 17:19:33 +01:00
antirez
5265c6a2db
Stream: fix XREADGROUP history reading of deleted messages.
...
This commit fixes #5570 . It is a similar bug to one fixed a few weeks
ago and is due to the range API to be called with NULL as "end ID"
parameter instead of repeating again the start ID, to be sure that we
selectively issue the entry with a given ID, or we get zero returned
(and we know we should emit a NULL reply).
2018-11-19 17:00:34 +01:00
antirez
2bd6802fa1
Stream: fix XREADGROUP history reading of deleted messages.
...
This commit fixes #5570 . It is a similar bug to one fixed a few weeks
ago and is due to the range API to be called with NULL as "end ID"
parameter instead of repeating again the start ID, to be sure that we
selectively issue the entry with a given ID, or we get zero returned
(and we know we should emit a NULL reply).
2018-11-19 17:00:34 +01:00
antirez
9956f4f61b
Stream: fix XREADGROUP history reading of deleted messages.
...
This commit fixes #5570 . It is a similar bug to one fixed a few weeks
ago and is due to the range API to be called with NULL as "end ID"
parameter instead of repeating again the start ID, to be sure that we
selectively issue the entry with a given ID, or we get zero returned
(and we know we should emit a NULL reply).
2018-11-19 17:00:34 +01:00
antirez
652b3cf019
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-11-19 16:51:09 +01:00
antirez
18d0759b14
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-11-19 16:51:09 +01:00
antirez
195e754247
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-11-19 16:51:09 +01:00
antirez
562588cf29
Test: regression test for #5577 .
2018-11-19 16:50:54 +01:00
antirez
db8d7d3dc4
Test: regression test for #5577 .
2018-11-19 16:50:54 +01:00
antirez
0d7f49c3cc
Test: regression test for #5577 .
2018-11-19 16:50:54 +01:00
antirez
cdf75085bb
Streams: fix XREADGROUP history reading when CG last_id is low.
...
This fixes the issue reported in #5570 .
This was fixed the hard way, that is, propagating more information to
the lower level API about this being a request to read just the history,
so that the code is simpler and less likely to regress.
2018-11-19 16:41:27 +01:00
antirez
29251f58e2
Streams: fix XREADGROUP history reading when CG last_id is low.
...
This fixes the issue reported in #5570 .
This was fixed the hard way, that is, propagating more information to
the lower level API about this being a request to read just the history,
so that the code is simpler and less likely to regress.
2018-11-19 16:41:27 +01:00
antirez
cd47c66c7a
Streams: fix XREADGROUP history reading when CG last_id is low.
...
This fixes the issue reported in #5570 .
This was fixed the hard way, that is, propagating more information to
the lower level API about this being a request to read just the history,
so that the code is simpler and less likely to regress.
2018-11-19 16:41:27 +01:00
antirez
c9e59c310b
t_stream.c comment resized to 80 cols.
2018-11-19 16:26:02 +01:00
antirez
3830ef2483
t_stream.c comment resized to 80 cols.
2018-11-19 16:26:02 +01:00
antirez
f943c1d3f4
t_stream.c comment resized to 80 cols.
2018-11-19 16:26:02 +01:00
yongman
1bf2f11821
Fix pointer access and memory leak in redis-cli.
2018-11-16 17:27:27 +08:00
yongman
64324901f2
Fix pointer access and memory leak in redis-cli.
2018-11-16 17:27:27 +08:00
yongman
16b57b8e23
Fix pointer access and memory leak in redis-cli.
2018-11-16 17:27:27 +08:00
Weiliang Li
6600083bbc
fix comment typo in util.c
...
fix comment typo in util.c
2018-11-15 16:55:40 +08:00
Weiliang Li
cabc06076b
fix comment typo in util.c
...
fix comment typo in util.c
2018-11-15 16:55:40 +08:00
Weiliang Li
94bda53a8a
fix comment typo in util.c
...
fix comment typo in util.c
2018-11-15 16:55:40 +08:00
Oran Agra
05d6b8b9ae
fix small test suite race conditions
2018-11-12 10:26:10 +02:00
Oran Agra
d0850369c4
fix small test suite race conditions
2018-11-12 10:26:10 +02:00
Oran Agra
77400dde8a
fix small test suite race conditions
2018-11-12 10:26:10 +02:00
David Carlier
81180ee56b
DragonFlyBSD little build fix
2018-11-11 18:49:55 +00:00
David Carlier
4e0af5efd4
DragonFlyBSD little build fix
2018-11-11 18:49:55 +00:00
David Carlier
d034b38f4f
DragonFlyBSD little build fix
2018-11-11 18:49:55 +00:00
Salvatore Sanfilippo
057fdc2ad9
Merge pull request #5507 from devnexen/clang_build_fix_warnings
...
Fix clang build.
2018-11-08 12:12:28 +01:00
Salvatore Sanfilippo
7721fe83e9
Merge pull request #5507 from devnexen/clang_build_fix_warnings
...
Fix clang build.
2018-11-08 12:12:28 +01:00
Salvatore Sanfilippo
eb2ec54b49
Merge pull request #5507 from devnexen/clang_build_fix_warnings
...
Fix clang build.
2018-11-08 12:12:28 +01:00
David Carlier
996eb3b0af
only FreeBSD change/little warning addressing
2018-11-08 10:13:52 +00:00
David Carlier
1d98666327
only FreeBSD change/little warning addressing
2018-11-08 10:13:52 +00:00
David Carlier
7cfbba40f0
only FreeBSD change/little warning addressing
2018-11-08 10:13:52 +00:00
antirez
2464cacc55
Fix cluster-replica-no-failover option name.
...
Thanks to @NicolasLM, see issue #5537 .
2018-11-07 12:54:46 +01:00
antirez
0cb798ea2b
Fix cluster-replica-no-failover option name.
...
Thanks to @NicolasLM, see issue #5537 .
2018-11-07 12:54:46 +01:00