From 6bea3d5f58a5aae62ce2083309a9ab88e1e673d8 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 10 Apr 2009 13:49:50 +0200 Subject: [PATCH] Redis 0.091 released --- Changelog | 8 ++++++++ redis.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c89b6278..c8450e5d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +2009-04-10 SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just like empty sets +2009-04-09 doc changes +2009-04-08 TODO changes, minor change to default redis.conf +2009-04-08 html doc updated +2009-04-08 library clients update scripts +2009-04-08 Ruby client updated +2009-04-08 Lua client updated +2009-04-08 Changelog updated 2009-04-08 Merge git://github.com/ludoo/redis 2009-04-08 add expire command to the php lib 2009-04-08 fix decode bug, add flush and info commands diff --git a/redis.c b/redis.c index 1adfc8b3..7308e2f2 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "0.09" +#define REDIS_VERSION "0.091" #include "fmacros.h" -- 2.47.2