]> git.saurik.com Git - redis.git/commit
dict.c: added two lower level methods for directly manipulating hash entries. This...
authorantirez <antirez@gmail.com>
Tue, 8 Nov 2011 15:57:20 +0000 (16:57 +0100)
committerantirez <antirez@gmail.com>
Tue, 8 Nov 2011 15:57:20 +0000 (16:57 +0100)
commit71a50956b1ff6b45b8265afa8e7e0264c465cec8
tree489def63944b5bb36b367fb43f351151cb384f85
parent66d8818cb751ab23e70e82fc5ab1017399f49109
dict.c: added two lower level methods for directly manipulating hash entries. This is useful in order to set 64 bit integers as values directly inside the hash entry (in order to save memory), without casting, and even in 32 bit builds.
src/dict.c
src/dict.h