]> git.saurik.com Git - redis.git/commit
command lookup process turned into a much more flexible and probably faster hash...
authorantirez <antirez@gmail.com>
Wed, 3 Nov 2010 10:23:59 +0000 (11:23 +0100)
committerantirez <antirez@gmail.com>
Wed, 3 Nov 2010 10:23:59 +0000 (11:23 +0100)
commit1b1f47c915c69eae40d99727267b147f7c5a44ac
tree5fadcc2217c5d8f6232c9d83eb6986c93be11e4a
parent297e77c6ab9f65fed7f7ee5baa26310071f6ce9e
command lookup process turned into a much more flexible and probably faster hash table
src/db.c
src/dict.c
src/dict.h
src/multi.c
src/redis.c
src/redis.h