Skip to content

Commit 9615c64

Browse files
committed
update README
1 parent 7ae8e75 commit 9615c64

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ There are no dependencies on external binaries, so you can easily integrate it i
1818

1919
## Changelog
2020

21-
### 2.5.0
21+
### v2.6.0
22+
23+
PUBSUB (thanks @Al2Klimov)
24+
25+
### v2.5.0
2226

2327
Added ZPopMin and ZPopMax
2428

@@ -173,6 +177,13 @@ Implemented commands:
173177
- RPOPLPUSH
174178
- RPUSH
175179
- RPUSHX
180+
- Pub/Sub (complete)
181+
- PSUBSCRIBE
182+
- PUBLISH
183+
- PUBSUB
184+
- PUNSUBSCRIBE
185+
- SUBSCRIBE
186+
- UNSUBSCRIBE
176187
- Set keys (complete)
177188
- SADD
178189
- SCARD
@@ -298,13 +309,6 @@ Commands which will probably not be implemented:
298309
- ~~OBJECT~~
299310
- ~~RESTORE~~
300311
- ~~WAIT~~
301-
- Pub/Sub (all)
302-
- ~~PSUBSCRIBE~~
303-
- ~~PUBLISH~~
304-
- ~~PUBSUB~~
305-
- ~~PUNSUBSCRIBE~~
306-
- ~~SUBSCRIBE~~
307-
- ~~UNSUBSCRIBE~~
308312
- Scripting
309313
- ~~SCRIPT DEBUG~~
310314
- ~~SCRIPT KILL~~

0 commit comments

Comments
 (0)