antirez
d1c79701da
RESP3: fix HMGET bug introduced with RESP3 changes.
2019-01-09 17:00:29 +01:00
antirez
bb98fa90bb
RESP3: fix genericHgetallCommand() assert.
2019-01-09 17:00:29 +01:00
antirez
f7d9fd0059
RESP3: fix zrangeGenericCommand() proto dependent array len.
2019-01-09 17:00:29 +01:00
antirez
cbb6c8f978
RESP3: t_stream.c updated.
2019-01-09 17:00:29 +01:00
antirez
1916a890f7
RESP3: module.c updated.
2019-01-09 17:00:29 +01:00
antirez
38d02d0287
RESP3: latency.c updated.
2019-01-09 17:00:29 +01:00
antirez
da155176f1
RESP3: hyperloglog.c updated.
2019-01-09 17:00:29 +01:00
antirez
92c9429d17
RESP3: restore the concept of null array for RESP2 compat.
2019-01-09 17:00:29 +01:00
antirez
d266105a45
RESP3: add shared.nullarray for better RESP2 compat.
2019-01-09 17:00:29 +01:00
antirez
0dbdaab2a1
RESP3: addReplyNullArray() added for better RESP2 compat.
2019-01-09 17:00:29 +01:00
antirez
0972c55994
RESP3: geo.c updated.
2019-01-09 17:00:29 +01:00
antirez
a97bf0c549
RESP3: blocked.c updated.
2019-01-09 17:00:29 +01:00
antirez
7ff88b2c7a
RESP3: sentinel.c updated.
2019-01-09 17:00:29 +01:00
antirez
20c202c219
RESP3: bitops.c updated.
2019-01-09 17:00:29 +01:00
antirez
7872d57d27
RESP3: most null replies converted.
2019-01-09 17:00:29 +01:00
antirez
8413c6f107
RESP3: addReplyNull() added.
2019-01-09 17:00:29 +01:00
antirez
a039a1bc3c
RESP3: remove other pointless shared object.
2019-01-09 17:00:29 +01:00
antirez
ee2564e90e
RESP3: remove certain constants to spot places to fix.
2019-01-09 17:00:29 +01:00
antirez
e02ab3c51e
RESP3: Scripting RESP3 mode set/map protocol -> Lua conversion.
2019-01-09 17:00:29 +01:00
antirez
b715bb5124
RESP3: Fix API in scripting.c leaving Lua conversions RESP2.
2019-01-09 17:00:29 +01:00
antirez
bc7b1c7b51
RESP3: Use new aggregate reply API in slowlog.c.
2019-01-09 17:00:29 +01:00
antirez
0279914a41
RESP3: Use new aggregate reply API in t_set.c.
2019-01-09 17:00:29 +01:00
antirez
02c2309efc
RESP3: Use new aggregate reply API in cluster.c.
2019-01-09 17:00:29 +01:00
antirez
3aebf8ab29
RESP3: Make WITHSCORES reply back with a flat array in RESP2.
2019-01-09 17:00:29 +01:00
antirez
9ed8763002
RESP3: Use new deferred len API in object.c.
2019-01-09 17:00:29 +01:00
antirez
342f336398
RESP3: bring RESP2 compatibility to previous changes.
2019-01-09 17:00:29 +01:00
antirez
76fa77f9d5
RESP3: addReply*Len() support for RESP2 backward comp.
2019-01-09 17:00:29 +01:00
antirez
6fbf149112
RESP3: put RESP version in the client structure.
2019-01-09 17:00:29 +01:00
antirez
7fe7b38743
RESP3: Use new API and types in t_hash.c.
2019-01-09 17:00:29 +01:00
antirez
f5a4f6bdf4
RESP3: Use new deferred len API in dict.c.
2019-01-09 17:00:29 +01:00
antirez
c3d7abb004
RESP3: Use new deferred len API in config.c.
2019-01-09 17:00:29 +01:00
antirez
f10783e9fb
RESP3: Use new deferred len API in t_zset.c.
2019-01-09 17:00:29 +01:00
antirez
54ccb4df9e
RESP3: Use new deferred len API in t_string.c.
2019-01-09 17:00:29 +01:00
antirez
7c9f682686
RESP3: Use new deferred len API in replication.c.
2019-01-09 17:00:29 +01:00
antirez
33374b02bf
RESP3: Use new deferred len API in server.c.
2019-01-09 17:00:29 +01:00
antirez
1c82be419f
RESP3: Aggregate deferred lengths functions.
2019-01-09 17:00:29 +01:00
antirez
da3d2db500
RESP3: Double replies and aggregate lengths initial functions.
2019-01-09 17:00:29 +01:00
Salvatore Sanfilippo
5ff8d37503
Merge pull request #5746 from UmanShahzad/old-geohash-docs
...
Remove documentation about geohash-int in deps repo.
2019-01-09 10:12:09 +01:00
Salvatore Sanfilippo
1eca7e34c7
Merge pull request #5729 from artix75/cluster_manager_fix_cmd
...
Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWN
2019-01-09 10:11:27 +01:00
Salvatore Sanfilippo
f3be3d13a7
Merge pull request #5751 from chenyang8094/unstable
...
Update ae.c
2019-01-09 10:10:53 +01:00
chenyangyang
fa4e6ba00d
Update ae.c
...
Update comment
2019-01-06 15:01:25 +08:00
Uman Shahzad
1f66431b4a
Remove documentation about geohash-int in deps repo.
2019-01-03 19:12:45 +05:00
artix
39f4a23296
Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWN
...
See issue #5687
2018-12-27 17:20:42 +01:00
antirez
fba9c840bf
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-12-21 11:39:15 +01:00
Salvatore Sanfilippo
134c1a48c5
Merge pull request #5713 from artix75/cluster_manager_fix_cmd
...
Cluster Manager: enable --cluster-replace also for 'fix' command.
2018-12-19 17:34:35 +01:00
artix
853b97fd85
Cluster Manager: enable --cluster-replace also for 'fix' command.
2018-12-19 17:29:25 +01:00
Salvatore Sanfilippo
9b6ceafc00
Merge pull request #5709 from artix75/cluster_manager_fix_cmd
...
Fixed memory leak in clusterManagerCompareKeysValues.
2018-12-19 17:24:38 +01:00
artix
1055c6b484
Fixed memory leak in clusterManagerCompareKeysValues.
2018-12-18 18:45:10 +01:00
Salvatore Sanfilippo
d54066e90f
Merge pull request #5708 from artix75/cluster_manager_fix_cmd
...
Cluster Manager: compare key values after BUSYKEY error (migration).
2018-12-18 18:27:38 +01:00
artix
4ec37c3bd3
Cluster Manager: compare key values after BUSYKEY error (migration).
...
If a key exists in the target node during a migration (BUSYKEY),
the value of the key on both nodes (source and target) will be compared.
If the key has the same value on both keys, the migration will be
automatically retried with the REPLACE argument in order to override
the target's key.
If the key has different values, the behaviour will depend on such
cases:
- In case of 'fix' command, the migration will stop and the user
will be warned to manually check the key(s).
- In other cases (ie. reshard), if the user launched the command
with the --cluster-replace option, the migration will be
retried with the REPLACE argument, elsewhere the migration will
stop and the user will be warned.
2018-12-18 17:45:35 +01:00