-----------------
* Add asynchronous RDBWriter class (108)
* Use a transaction for get_range instead of Lua: faster on server side (110)
* Multiplex aio pubsubs over pool's standard connection (113)
* Require hiredis for speed and aioredis<2 for compatibility (114, 118)
* Improve `wait_keys` responsiveness for `MemoryBackend` (111, 116)
* Avoid blocking the Redis server on telstate.clear (112)
* Update Docker image to use Redis 6.x instead of 4.x (109)
* Support older HMSET Redis command in unit tests (107)
* Requirements cleanup (115, 117, 119, 120)