1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Update changelog

This commit is contained in:
Vladimir Mihailenco
2020-09-09 14:46:01 +03:00
parent 20fca37891
commit b273d2bf57
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
## Features
- Redis 3 commands except QUIT, MONITOR, SLOWLOG and SYNC.
- Redis 3 commands except QUIT, MONITOR, and SYNC.
- Automatic connection pooling with
[circuit breaker](https://en.wikipedia.org/wiki/Circuit_breaker_design_pattern) support.
- [Pub/Sub](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#PubSub).