Start documenting compatibility by section

This commit is contained in:
R. Tyler Croy 2019-01-06 16:11:26 -08:00
parent 35c7c9463c
commit 8d8b28eaa0
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 89 additions and 0 deletions

View File

@ -36,6 +36,95 @@ acceptance` will run the Python-based black-box acceptance tests which verify
the client-facing behavior of Mozzoni.
== Compatibility
Mozzoni aims to be protocol compatible with
link:https://redis.io[redis]
and the tables below document the current command compatibility.
[CAUTION]
====
Some error strings and codes may differ between Mozzoni and redis
====
.Keys
|===
| `DEL`
| :frog:
| `DUMP`
| :x:
| `EXISTS`
| :frog:
| `EXPIRE`
| :x:
| `EXPIREAT`
| :x:
| `KEYS`
| :x:
| `MIGRATE`
| :x:
| `MOVE`
| :x:
| `OBJECT`
| :x:
| `PERSIST`
| :x:
| `PEXPIRE`
| :x:
| `PEXPIREAT`
| :x:
| :x:
| `PTTL`
| :x:
| `RANDOMKEY`
| :x:
| `RENAME`
| :x:
| `RENAMENX`
| :x:
| `RESTORE`
| :x:
| `SORT`
| :x:
| `TOUCH`
| :x:
| `TTL`
| :x:
| `TYPE`
| :x:
| `UNLINK`
| :x:
| `WAIT`
| :x:
| `SCAN`
| :x:
|===
== Benchmarking