]> git.saurik.com Git - redis.git/commit - src/t_list.c
touched key for WATCH refactored into a more general thing that can be used also...
authorantirez <antirez@gmail.com>
Wed, 29 Dec 2010 18:39:42 +0000 (19:39 +0100)
committerantirez <antirez@gmail.com>
Wed, 29 Dec 2010 18:39:42 +0000 (19:39 +0100)
commitcea8c5cd75b88cd5a13d9b253d792cc045d28b62
tree66695a10e6ccbf6285557e7a8cc545b9f1a99476
parentd021221086c9a6c5af404f3017791605b70c592d
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
12 files changed:
src/db.c
src/diskstore.c
src/object.c
src/rdb.c
src/redis.c
src/redis.h
src/sort.c
src/t_hash.c
src/t_list.c
src/t_set.c
src/t_string.c
src/t_zset.c