Redis 3.0.0 is out
groups.google.com
Redis 3.0.0 is out
1–10 of 80 posts
Re: Redis 3.0.0 is out
#2 * Redis Cluster: a distributed implementation of a subset of Redis.
* New "embedded string" object encoding resulting in less cache
misses. Big speed gain under certain work loads.
* AOF child -> parent final data transmission to minimize latency due
to "last write" during AOF rewrites.
* Much improved LRU approximation algorithm for keys eviction.
* WAIT command to block waiting for a write to be transmitted to
the specified number of slaves.
* MIGRATE connection caching. Much faster keys migraitons.
* MIGARTE new options COPY and REPLACE.
* CLIENT PAUSE command: stop processing client requests for a
specified amount of time.
* BITCOUNT performance improvements.
* CONFIG SET accepts memory values in different units (for example
you can use "CONFIG SET maxmemory 1gb").
* Redis log format slightly changed reporting in each line the role of the
instance (master/slave) or if it's a saving child log.
* INCR performance improvements.Re: Redis 3.0.0 is out
#3Re: Redis 3.0.0 is out
#4Re: Redis 3.0.0 is out
#5Looking forward to seeing it taken apart by aphyr.
Congrats to Salvatore and the rest of the redis committers!
Re: Redis 3.0.0 is out
#6From the release notes: https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEA... * Redis Cluster: a distributed implementation of a subset of Redis. * New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * AOF child -> parent final data transmission to minimize latency due to "last write" during AOF rewrites. * Much improved LRU approximation algorithm…
WARNING: Redis 3.0 is currently a BETA not suitable for production environments.
Re: Redis 3.0.0 is out
#7Re: Redis 3.0.0 is out
#8Re: Redis 3.0.0 is out
#9From the release notes: https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEA... * Redis Cluster: a distributed implementation of a subset of Redis. * New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * AOF child -> parent final data transmission to minimize latency due to "last write" during AOF rewrites. * Much improved LRU approximation algorithm…
You fogot: WARNING: Redis 3.0 is currently a BETA not suitable for production environments.