NoSQL Databases Updates: MongoDB and Redis
Two minor updates for MongoDB (1.8.1) and Redis (2.2.4). From the official announcement for MongoDB 1.8.1:
- sharding migrate fix when moving larger chunks
- durability fix with background indexing
- fixed mongos concurrency issue with many incoming connections
Redis 2.2.4 has introduced a new command OBJECT used to inspect the internals of Redis Objects associated with keys. It is documented here. The release contains also a couple of bug fixes. Complete release notes can be found here.
Original title and link: NoSQL Databases Updates: MongoDB and Redis (NoSQL databases © myNoSQL)