Skip to content

Commit

Permalink
Regen set of supported commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Mar 17, 2016
1 parent e836a82 commit ee3ffe7
Showing 1 changed file with 54 additions and 11 deletions.
65 changes: 54 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,36 @@ All of the redis commands are implemented in fakeredis with
these exceptions:


sorted_set
----------

* zscan


hash
----

* hstrlen


string
------

* bitop
* bitpos


geo
---

* geoadd
* geopos
* georadius
* geohash
* georadiusbymember
* geodist


generic
-------

Expand All @@ -100,6 +130,7 @@ generic
* pexpire
* migrate
* object
* wait


server
Expand Down Expand Up @@ -136,10 +167,30 @@ server
* command info


sorted_set
----------

* zscan
cluster
-------

* cluster getkeysinslot
* cluster info
* readwrite
* cluster slots
* cluster keyslot
* cluster addslots
* readonly
* cluster saveconfig
* cluster forget
* cluster meet
* cluster slaves
* cluster nodes
* cluster countkeysinslot
* cluster setslot
* cluster count-failure-reports
* cluster reset
* cluster failover
* cluster set-config-epoch
* cluster delslots
* cluster replicate


connection
Expand All @@ -162,14 +213,6 @@ scripting
* script exists


string
------

* incrbyfloat
* bitop
* bitpos


Contributing
============

Expand Down

0 comments on commit ee3ffe7

Please sign in to comment.