Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6bea3d5f
Commit
6bea3d5f
authored
Apr 10, 2009
by
antirez
Browse files
Redis 0.091 released
parent
5faa6025
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
6bea3d5f
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 Merge git://github.com/ludoo/redis
2009-04-08 add expire command to the php lib
2009-04-08 add expire command to the php lib
2009-04-08 fix decode bug, add flush and info commands
2009-04-08 fix decode bug, add flush and info commands
...
...
redis.c
View file @
6bea3d5f
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
* POSSIBILITY OF SUCH DAMAGE.
*/
*/
#define REDIS_VERSION "0.09"
#define REDIS_VERSION "0.09
1
"
#include "fmacros.h"
#include "fmacros.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment