Differences from memcached.
- Implementations of binary protocol command
GaTandGetare identical.
Both may have an optional expiration time. Objects will be touched only when the command is attended with an expiration time. statsreturns different items.
stats slabsis not implemented.
stats cachedumpis not implemented.
stats opsreturns ops counts for each text/binary command.slabs automoveandslabs reassignare not implemented.
These always return "OK".verbositytakes a string argument rather than an integer.
Valid values areerror,warning,info, anddebug.- UDP transport is not implemented.
- UNIX domain transport is not, and will not be, implemented.
- SASL authentication is not implemented. Who cares?