antirez
|
a57ea371bd
|
RESP3: Pubsub messages in new push format if client is in RESP3 mode.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
bc75a94e2d
|
RESP3: pubsub messages API completely refactored.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
c4bf8bf6e8
|
RESP3: pubsub messages API completely refactored.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
798a329192
|
RESP3: extract code to send pubsub messages into functions.
|
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
|
709a6612eb
|
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
|
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
|
7d4b600f5d
|
RESP3: redis-cli support for boolean in TTY output.
|
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
|
e291170385
|
RESP3: verbatim reply API + DEBUG PROTOCOL support.
|
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
|
afba211297
|
RESP3: DEBUG PROTOCOL: boolean types.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
a73887b0cb
|
RESP3: DEBUG PROTOCOL: boolean types.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
8042afb246
|
RESP3: Fix addReplyBool() RESP2/3 output.
|
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
|
4e2dd54df0
|
RESP3: DEBUG PROTOCOL: fix strcasecmp() check.
|
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
|
795ad670f9
|
RESP3: DEBUG PROTOCOL command. Only types already supported by API.
|
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
|
c3bf646ef3
|
RESP3: fix DEBUG DIGEST-VALUE with new 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
|
62b2642c51
|
RESP3: redis-cli: show the double as received from Redis.
|
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
|
a2b2d88f38
|
RESP3: hiredis: initial double implementation.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
d4b34743e1
|
RESP3: hiredis: initial double implementation.
|
2019-01-09 17:00:30 +01:00 |
|
antirez
|
005915b5c3
|
RESP3: hiredis: map and set display for TTY output.
|
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
|
809e3a44a7
|
RESP3: addReplyBool() implemented.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
e5241b6e58
|
RESP3: addReplyBool() implemented.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
4f0860cbfd
|
RESP3: initial implementation of the HELLO command.
|
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
|
e5fdd6b6bf
|
RESP3: fix HMGET bug introduced with RESP3 changes.
|
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
|
0652b05caf
|
RESP3: fix genericHgetallCommand() assert.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
bb98fa90bb
|
RESP3: fix genericHgetallCommand() assert.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
c2e5be0421
|
RESP3: fix zrangeGenericCommand() proto dependent array len.
|
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
|
8a0391fbc9
|
RESP3: t_stream.c updated.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
cbb6c8f978
|
RESP3: t_stream.c updated.
|
2019-01-09 17:00:29 +01:00 |
|
antirez
|
baf5b3f93a
|
RESP3: module.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
|
920611a419
|
RESP3: latency.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
|
ddb98ad56f
|
RESP3: hyperloglog.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
|
3fd78f41e8
|
RESP3: restore the concept of null array for RESP2 compat.
|
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
|
2ad6e875ba
|
RESP3: add shared.nullarray for better 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
|
1a17cdfadf
|
RESP3: addReplyNullArray() added for better RESP2 compat.
|
2019-01-09 17:00:29 +01:00 |
|