summaryrefslogtreecommitdiff
path: root/proto_text.c
Commit message (Expand)AuthorAgeFilesLines
* log: Add a new watcher to watch for deletions.Hemal Shah2023-03-151-1/+4
* meta: N flag changes append/prepend. ms s flag.dormando2023-03-111-7/+33
* core: fix another dtrace compilation issue1.6.19dormando2023-03-081-1/+0
* crawler: add "lru_crawler mgdump" commanddormando2023-02-271-0/+35
* core: remove *conn object from cache commandsdormando2023-01-111-14/+18
* meta: remove "meta_response_old" start optiondormando2022-10-201-25/+5
* meta: allow mg without flags + reflect O/k on ENdormando2022-10-201-6/+27
* meta: meta arithmetic command had excess spacesdormando2022-10-201-10/+6
* meta: remove excess spaces from meta responsesdormando2022-10-201-8/+8
* proxy: remove most references to settings globaldormando2022-09-151-1/+1
* extstore: make defaults more aggressivedormando2022-08-251-2/+2
* proxy: replace proxycmds stream with proxyreqsdormando2022-04-081-2/+2
* storage: parameterize the compaction thread sleepdormando2022-02-211-0/+3
* proxy: logging improvements + lua mcp.log()dormando2022-02-111-0/+6
* 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