Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Dec 23, 2016
1 parent b7bae3a commit 40594f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Supports:
- Redis 3 commands except QUIT, MONITOR, SLOWLOG and SYNC.
- [Pub/Sub](http://godoc.org/gopkg.in/redis.v5#PubSub).
- [Transactions](http://godoc.org/gopkg.in/redis.v5#Multi).
- [Pipelining](http://godoc.org/gopkg.in/redis.v5#Client.Pipeline).
- [Pipeline](https://godoc.org/gopkg.in/redis.v5#example-Client-Pipeline) and [TxPipeline](https://godoc.org/gopkg.in/redis.v5#example-Client-TxPipeline).
- [Scripting](http://godoc.org/gopkg.in/redis.v5#Script).
- [Timeouts](http://godoc.org/gopkg.in/redis.v5#Options).
- [Redis Sentinel](http://godoc.org/gopkg.in/redis.v5#NewFailoverClient).
Expand Down

0 comments on commit 40594f7

Please sign in to comment.