Skip to content

1.1.2

Latest
Compare
Choose a tag to compare
@inponomarev inponomarev released this 06 Jul 10:22
· 8 commits to master since this release

🐞 Bugfix

  • #480 Non-integer scores in zset get rounded to integer in zrange withscores
  • Thread leak if a large number of RedisServer instances is being created and stopped.

πŸš€ Enhancement

  • #475 RedisServer now has isRunning() 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