Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
52dc87bb
Commit
52dc87bb
authored
Jan 15, 2011
by
antirez
Browse files
lame typo causing bad hashes memory characteristic
parent
7a1fd61e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
52dc87bb
...
...
@@ -184,8 +184,8 @@
#define APPENDFSYNC_EVERYSEC 2
/* Zip structure related defaults */
#define REDIS_HASH_MAX_ZIPMAP_ENTRIES
64
#define REDIS_HASH_MAX_ZIPMAP_VALUE
512
#define REDIS_HASH_MAX_ZIPMAP_ENTRIES
512
#define REDIS_HASH_MAX_ZIPMAP_VALUE
64
#define REDIS_LIST_MAX_ZIPLIST_ENTRIES 512
#define REDIS_LIST_MAX_ZIPLIST_VALUE 64
#define REDIS_SET_MAX_INTSET_ENTRIES 512
...
...
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