]> git.saurik.com Git - redis.git/commit
Use less memory when emitting the protocol, by using more shared objects for commonly...
authorantirez <antirez@gmail.com>
Sat, 4 Feb 2012 07:58:37 +0000 (08:58 +0100)
committerantirez <antirez@gmail.com>
Sat, 4 Feb 2012 07:58:37 +0000 (08:58 +0100)
commit355f859134e6220cb35d7b3fa9ea19ea8d05c02a
treebff3eafe2939ae86c7c89b822b4c3fd27c146d2e
parentce8b772be7dcd0dec767c7bdfa3b8702806d69c4
Use less memory when emitting the protocol, by using more shared objects for commonly emitted parts of the protocol.
src/db.c
src/networking.c
src/pubsub.c
src/redis.c
src/redis.h