antirez
|
c4bf8bf6e8
|
RESP3: pubsub messages API completely refactored.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
67a6fe1dc7
|
RESP3: extract code to send pubsub messages into functions.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
5190cbe08f
|
RESP3: addReplyString() -> addReplyProto().
The function naming was totally nuts. Let's fix it as we break PRs
anyway with RESP3 refactoring and changes.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
7db26f6aad
|
RESP3: redis-cli support for boolean in TTY output.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
e936aaf5fc
|
RESP3: verbatim reply API + DEBUG PROTOCOL support.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
a73887b0cb
|
RESP3: DEBUG PROTOCOL: boolean types.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
fd81b96935
|
RESP3: Fix addReplyBool() RESP2/3 output.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
9089aadc9d
|
RESP3: DEBUG PROTOCOL: fix strcasecmp() check.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
592508470d
|
RESP3: DEBUG PROTOCOL command. Only types already supported by API.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
229ca5b210
|
RESP3: fix DEBUG DIGEST-VALUE with new API.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
092bb045fe
|
RESP3: redis-cli: show the double as received from Redis.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
d4b34743e1
|
RESP3: hiredis: initial double implementation.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
86d2b8a65f
|
RESP3: hiredis: map and set display for TTY output.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
e5241b6e58
|
RESP3: addReplyBool() implemented.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
75a6d12dd0
|
RESP3: initial implementation of the HELLO command.
|
2019-01-09 17:00:29 +01:00 |
|
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 |
|