]> git.saurik.com Git - redis.git/commit - src/object.c
Use specialized function to add status and error replies
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 2 Sep 2010 17:52:24 +0000 (19:52 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 2 Sep 2010 21:33:06 +0000 (23:33 +0200)
commit3ab203762f28ffec4036dc4f5a188d637cf78ff1
tree294fe60583e139de2eee5ce446deab9b55a756a9
parent60361e5aac5b06ab06f4a63439ce84cd58c87f3d
Use specialized function to add status and error replies
13 files changed:
src/aof.c
src/config.c
src/db.c
src/debug.c
src/multi.c
src/networking.c
src/object.c
src/redis.c
src/redis.h
src/replication.c
src/t_hash.c
src/t_string.c
src/t_zset.c