]> git.saurik.com Git - redis.git/commit
added an union in the dict.h structure to store 64 bit integers directly into hash...
authorantirez <antirez@gmail.com>
Wed, 2 Nov 2011 14:28:45 +0000 (15:28 +0100)
committerantirez <antirez@gmail.com>
Wed, 2 Nov 2011 14:28:45 +0000 (15:28 +0100)
commit6a7841eb099e8f92bb2c321e87e2b1f4724ddaed
treebcae4cc92c277cfe0c18c542bdda24fc25851a69
parentef23f3ac920c4cc1f403a2765455e455b03101bd
added an union in the dict.h structure to store 64 bit integers directly into hash table entries.
src/dict.c
src/dict.h