* Fix duplicated logs due to multiple logger handlers
2.4.1
* Fix bug where INFO messages weren't being displayed
2.4.0
* Add support to CONFIG GET and CONFIG SET (https://github.com/Yipit/dredis/pull/49)
2.3.0
* Add support to HSCAN (https://github.com/Yipit/dredis/pull/47)
2.2.0
* Add support to ZSCAN (https://github.com/Yipit/dredis/pull/43) * Add static version of TTL and no-op version of EXPIRE (https://github.com/Yipit/dredis/pull/44) * Add contrib/snapshot_lmdb.py and remove contrib/dredis-snapshot (https://github.com/Yipit/dredis/pull/40)
2.1.0
* Add AUTH support (https://github.com/Yipit/dredis/pull/37)