1.1.2
π Bugfix
- #480 Non-integer scores in
zset
get rounded to integer inzrange withscores
- Thread leak if a large number of
RedisServer
instances is being created and stopped.
π Enhancement
- #475
RedisServer
now hasisRunning()
method which allows one to check if the server is running from another thread.
πΌ Maintenance
- Dependencies updates
Thanks @penev-ff and @newacct for reporting issues and @Alex286756 for providing the quick solution