Skip to content

Instantly share code, notes, and snippets.

@noahd1
Created February 28, 2010 19:21
Show Gist options
  • Save noahd1/317745 to your computer and use it in GitHub Desktop.
Save noahd1/317745 to your computer and use it in GitHub Desktop.
== Welcome to Redis 1.2.2 ==
Hello, 1.2.2 is a bugfix release, fixing a problem with BGSAVE and BGREWRITEAOF
copy-on-write semantics. This version of Redis will use a lot less CPU and
memory while performing a BGSAVE and BGREWRITEAOF operation.
It is very important to upgrade ASAP to this version if you are using Redis
with data persistence via snapshotting or append only file.
Another minor change is that the INFO command will now have a new field showing
memory usage in an human readable form. This was backported from Redis unstable
as well.
There are no other changes.
Have a good time with Redis!
antirez
(Old release notes follow)
== Welcome to Redis 1.2.1 ==
Hello, 1.2.1 is a bugfix release, fixing a problem with RPOPLPUSH that was
expecting a bulk command where an inline command is the perfectly fine (and
the right one! in order to follow the same behaviour of all the other commands
not sending a payload).
There are no other changes.
Happy hacking,
antirez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment