summaryrefslogtreecommitdiff
path: root/proto_text.c
Commit message (Expand)AuthorAgeFilesLines
* text: raise junk detection limit to 2kdormando2022-02-041-3/+3
* meta: add "proxy tokens" P, L which are ignoreddormando2022-02-041-0/+2
* meta: fix meta deletedormando2022-01-121-2/+1
* meta: fix CAS ('c') return valuesdormando2022-01-121-1/+3
* Track store errors in thread statsKevin Lin2021-11-231-0/+12
* Fix time-of-check time-of-use bugskokke2021-11-231-8/+7
* proxy: initial commit.dormando2021-10-051-4/+10
* 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