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
a9c723ea
Commit
a9c723ea
authored
Mar 22, 2010
by
antirez
Browse files
Redis master version is now 1.3.7
parent
b3f83f12
Changes
2
Show whitespace changes
Inline
Side-by-side
Changelog
View file @
a9c723ea
2010-03-19 support for include directive in config parser
2010-03-19 Removed a stupid overriding of config values due to a wrong cut&paste
2010-03-19 VM hash type swappability implemented. Handling of failed pthread_create() call.
2010-03-18 increment server.dirty on HDEL
2010-03-18 Redis 1.3.6
2010-03-18 test-redis.tcl dataset digest function Hash support
2010-03-18 zipmap fix for large values
2010-03-18 Optimization fixed and re-activated
2010-03-18 reverted an optimization that makes Redis not stable
2010-03-18 reverted an optimization that makes Redis not stable
2010-03-18 Fixed redis-cli auth code
2010-03-18 Fixed redis-cli auth code
2010-03-17 HDEL fix, an optimization for comparison of objects in hash table lookups when they are integer encoding
2010-03-17 HDEL fix, an optimization for comparison of objects in hash table lookups when they are integer encoding
...
...
redis.c
View file @
a9c723ea
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
* POSSIBILITY OF SUCH DAMAGE.
*/
*/
#define REDIS_VERSION "1.3.
6
"
#define REDIS_VERSION "1.3.
7
"
#include "fmacros.h"
#include "fmacros.h"
#include "config.h"
#include "config.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