File: diffs.md

package info (click to toggle)
yrmcds 1.0.4-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 924 kB
  • ctags: 1,346
  • sloc: cpp: 9,634; sh: 133; makefile: 97
file content (20 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#<cldoc:Differences from memcached>

Differences from memcached.

Differences from memcached 1.4.15
---------------------------------

* Implementations of binary protocol command `GaT` and `Get` are identical.  
  Both may have an optional expiration time.  Objects will be touched
  only when the command is attended with an expiration time.
* `stats` returns different items.  
  `stats slabs` is not implemented.
  `stats ops` returns ops counts for each text/binary command.
* `slabs automove` and `slabs reassign` are not implemented.  
  These always return "OK".
* `verbosity` takes a string argument rather than an integer.  
  Valid values are `error`, `warning`, `info`, and `debug`.
* UDP transport is not implemented.
* UNIX domain transport is not, and will not be, implemented.
* SASL authentication is not implemented.  Who cares?