Added transactions support
This commit is contained in:
@@ -8,11 +8,10 @@ Jedis is a WORK IN PROGRESS.
|
||||
|
||||
## What's still missing?
|
||||
- Sorting
|
||||
- Transactions
|
||||
- Publish/Subscribe
|
||||
- Persistence control commands
|
||||
- Remote server control commands
|
||||
- The AUTH, SORT, BLPOP, BRPOP, ZRANGEBYSCORE, ZREMRANGEBYRANK, ZREMRANGEBYSCORE, ZUNIONSTORE, ZINTERSTORE commands
|
||||
- The WATCH, UNWATCH, AUTH, SORT, BLPOP, BRPOP, ZRANGEBYSCORE, ZREMRANGEBYRANK, ZREMRANGEBYSCORE, ZUNIONSTORE, ZINTERSTORE commands
|
||||
|
||||
But stay close because things are going fast and all this will be implemented soon!
|
||||
|
||||
@@ -24,6 +23,7 @@ But stay close because things are going fast and all this will be implemented so
|
||||
- Commands operating on lists (not SORT, BLPOP, BRPOP)
|
||||
- Commands operating on sets
|
||||
- Commands operating on sorted sets (not SORT, ZRANGEBYSCORE, ZREMRANGEBYRANK, ZREMRANGEBYSCORE, ZUNIONSTORE, ZINTERSTORE)
|
||||
- Transactions
|
||||
|
||||
## How do I use it?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user