Redis 2.0.1 Released, Bug Fixes
Redis has a new bug fix release:
- Fixed a not critical but important VM bug: from time to time a race condition may happen and a client may never get the reply from a given request.
- Now we have a make install target as stated in the README
redis-clino longer tries to understand if it’s part of a pipe so there is to use the-xoption to read the last arg from stdin. This prevents it from creating problem when running inside cron scripts.- Fixed the
initscript provided in the tar.gz. It was totally broken.- Fixed a bug related to connecting more than 10k clients to Redis.
Download available ☞ here.
I’m wondering if the last bug wasn’t revealed by this Redis concurrency benchmark.
Original title and link for this post: Redis 2.0.1 Released, Bug Fixes (published on the NoSQL blog: myNoSQL)