]> git.saurik.com Git - redis.git/commit - src/dict.h
dict.c: added macros in dict.h to set signed and unsigned 64 bit values directly...
authorantirez <antirez@gmail.com>
Tue, 8 Nov 2011 18:41:29 +0000 (19:41 +0100)
committerantirez <antirez@gmail.com>
Tue, 8 Nov 2011 18:41:29 +0000 (19:41 +0100)
commitaa9a61ccd7cc1ffa1441ef74edd9d51954fc7896
tree115ebd6e10bf805a80e75f61891fb93e73270078
parentc0ba9ebe13865189a3b21f7be8a910e349b59fda
dict.c: added macros in dict.h to set signed and unsigned 64 bit values directly inside the hash entry without using additional memory.
src/dict.c
src/dict.h