Skip to content

Commit

Permalink
Update supported commands list
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jun 6, 2022
1 parent 097a36a commit f2bd105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REDIS_COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ list of [unimplemented commands](#unimplemented-commands).
* lindex
* linsert
* llen
* lmove
* lpop
* lpush
* lpushx
Expand Down Expand Up @@ -135,8 +136,8 @@ list of [unimplemented commands](#unimplemented-commands).
* sinter
* sinterstore
* sismember
* smismember
* smembers
* smismember
* smove
* spop
* srandmember
Expand Down Expand Up @@ -306,7 +307,6 @@ All of the redis commands are implemented in fakeredis with these exceptions:
### list
* blmove
* blmpop
* lmove
* lmpop
* lpos

Expand Down

0 comments on commit f2bd105

Please sign in to comment.