summaryrefslogtreecommitdiff
path: root/proto_text.c
Commit message (Expand)AuthorAgeFilesLines
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-071-0/+5
* meta: response code OK -> HDdormando2021-06-101-6/+30
* meta: fix metaset syntaxdormando2021-06-101-25/+26
* meta: repairs to mset commanddormando2021-06-101-61/+105
* meta: more realistic buffer limit for binary keys.dormando2021-06-071-2/+5
* meta: 'b' flag for ME to return base64 keysdormando2021-06-071-4/+21
* meta: allow base64'ed binary keys with 'b' flagdormando2021-06-071-29/+58
* Fix expiration test to use debugtime commandminkikim892021-06-071-4/+0
* Added debugtime commandminkikim892021-06-071-0/+30
* 'shutdown graceful' command for raising SIGUSR1Kevin Lin2020-11-201-4/+12
* core: move more storage functions to storage.cdormando2020-10-301-2/+3
* main: split binary protocol into proto_bin.cdormando2020-07-021-1/+140
* main: split text protocol into proto_text.cdormando2020-07-021-0/+2604