Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Mar 29, 2019
1 parent 7ae8e75 commit 9615c64
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ There are no dependencies on external binaries, so you can easily integrate it i

## Changelog

### 2.5.0
### v2.6.0

PUBSUB (thanks @Al2Klimov)

### v2.5.0

Added ZPopMin and ZPopMax

Expand Down Expand Up @@ -173,6 +177,13 @@ Implemented commands:
- RPOPLPUSH
- RPUSH
- RPUSHX
- Pub/Sub (complete)
- PSUBSCRIBE
- PUBLISH
- PUBSUB
- PUNSUBSCRIBE
- SUBSCRIBE
- UNSUBSCRIBE
- Set keys (complete)
- SADD
- SCARD
Expand Down Expand Up @@ -298,13 +309,6 @@ Commands which will probably not be implemented:
- ~~OBJECT~~
- ~~RESTORE~~
- ~~WAIT~~
- Pub/Sub (all)
- ~~PSUBSCRIBE~~
- ~~PUBLISH~~
- ~~PUBSUB~~
- ~~PUNSUBSCRIBE~~
- ~~SUBSCRIBE~~
- ~~UNSUBSCRIBE~~
- Scripting
- ~~SCRIPT DEBUG~~
- ~~SCRIPT KILL~~
Expand Down

0 comments on commit 9615c64

Please sign in to comment.