summaryrefslogtreecommitdiff
path: root/proto_text.h
Commit message (Collapse)AuthorAgeFilesLines
* proxy: initial commit.dormando2021-10-051-0/+1
| | | | | | | | | | | | | | | See BUILD for compilation details. See t/startfile.lua for configuration examples. (see also https://github.com/memcached/memcached-proxylibs for extensions, config libraries, more examples) NOTE: io_uring mode is _not stable_, will crash. As of this commit it is not recommended to run the proxy in production. If you are interested please let us know, as we are actively stabilizing for production use.
* main: split binary protocol into proto_bin.cdormando2020-07-021-1/+1
| | | | also some missed text bits.
* main: split text protocol into proto_text.cdormando2020-07-021-0/+9
export a lot of the connection handling code from memcached.c