summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ACL: HELLO should stop if the user is not authenticated.resp3antirez2018-12-211-0/+9
* ACL: refactoring of the original authentication code.antirez2018-12-214-44/+100
* RESP3: allow HELLO during busy script and not authenticated states.antirez2018-12-211-1/+4
* RESP3: Allow any command in RESP3 Pub/Sub mode.antirez2018-12-211-2/+3
* RESP3: PING should reply normally in RESP3 Pub/Sub mode.antirez2018-12-211-1/+1
* RESP3: Pubsub messages in new push format if client is in RESP3 mode.antirez2018-12-211-6/+24
* RESP3: pubsub messages API completely refactored.antirez2018-12-211-57/+75
* RESP3: extract code to send pubsub messages into functions.antirez2018-12-211-11/+24
* RESP3: addReplyString() -> addReplyProto().antirez2018-12-215-34/+34
* RESP3: redis-cli support for boolean in TTY output.antirez2018-12-211-0/+3
* RESP3: hiredis: implement bool type.antirez2018-12-213-1/+35
* RESP3: verbatim reply API + DEBUG PROTOCOL support.antirez2018-12-213-0/+32
* RESP3: DEBUG PROTOCOL: boolean types.antirez2018-12-211-0/+4
* RESP3: Fix addReplyBool() RESP2/3 output.antirez2018-12-212-2/+5
* RESP3: DEBUG PROTOCOL: fix strcasecmp() check.antirez2018-12-211-10/+10
* RESP3: DEBUG PROTOCOL command. Only types already supported by API.antirez2018-12-211-0/+43
* RESP3: fix DEBUG DIGEST-VALUE with new API.antirez2018-12-211-1/+1
* RESP3: redis-cli: show the double as received from Redis.antirez2018-12-211-1/+1
* RESP3: hiredis: save the original double string.antirez2018-12-214-5/+20
* RESP3: hiredis: implement null type.antirez2018-12-211-0/+9
* RESP3: hiredis: fix double implementation.antirez2018-12-211-4/+4
* RESP3: hiredis: initial double implementation.antirez2018-12-216-1/+67
* RESP3: hiredis: map and set display for TTY output.antirez2018-12-211-3/+31
* RESP3: hiredis: fix hiredis.c assert for new types.antirez2018-12-211-2/+6
* RESP3: hiredis: free map and set replies.antirez2018-12-211-1/+3
* RESP3: hiredis: fix read.c assert for new types.antirez2018-12-212-2/+6
* RESP3: hiredis updated with recent version + some RESP3 support.antirez2018-12-2116-228/+501
* RESP3: addReplyBool() implemented.antirez2018-12-212-0/+9
* RESP3: initial implementation of the HELLO command.antirez2018-12-215-15/+73
* RESP3: fix HMGET bug introduced with RESP3 changes.antirez2018-12-211-1/+1
* RESP3: fix genericHgetallCommand() assert.antirez2018-12-211-0/+3
* RESP3: fix zrangeGenericCommand() proto dependent array len.antirez2018-12-211-3/+7
* RESP3: t_stream.c updated.antirez2018-12-212-40/+49
* RESP3: module.c updated.antirez2018-12-211-6/+6
* RESP3: latency.c updated.antirez2018-12-211-6/+6
* RESP3: hyperloglog.c updated.antirez2018-12-211-1/+1
* RESP3: restore the concept of null array for RESP2 compat.antirez2018-12-217-8/+8
* RESP3: add shared.nullarray for better RESP2 compat.antirez2018-12-212-2/+7
* RESP3: addReplyNullArray() added for better RESP2 compat.antirez2018-12-212-0/+13
* RESP3: geo.c updated.antirez2018-12-211-16/+16
* RESP3: blocked.c updated.antirez2018-12-211-3/+3
* RESP3: sentinel.c updated.antirez2018-12-211-18/+18
* RESP3: bitops.c updated.antirez2018-12-211-3/+3
* RESP3: most null replies converted.antirez2018-12-2115-60/+66
* RESP3: addReplyNull() added.antirez2018-12-213-1/+10
* RESP3: remove other pointless shared object.antirez2018-12-213-5/+3
* RESP3: remove certain constants to spot places to fix.antirez2018-12-212-5/+4
* RESP3: Scripting RESP3 mode set/map protocol -> Lua conversion.antirez2018-12-211-13/+31
* RESP3: Fix API in scripting.c leaving Lua conversions RESP2.antirez2018-12-211-3/+3
* RESP3: Use new aggregate reply API in slowlog.c.antirez2018-12-212-5/+5