]> git.saurik.com Git - redis.git/commit - src/multi.c
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
authorantirez <antirez@gmail.com>
Tue, 4 Oct 2011 16:43:03 +0000 (18:43 +0200)
committerantirez <antirez@gmail.com>
Tue, 4 Oct 2011 16:43:03 +0000 (18:43 +0200)
commiteab0e26e03fa3c27a4e1172659cea32e1b83699e
tree72a88610a28d11045fcfec1bdcd75c8285725776
parentbab205f787afcb37e5b5a5d1eb16c8fafef6f95d
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
14 files changed:
src/cluster.c
src/config.c
src/db.c
src/multi.c
src/networking.c
src/object.c
src/pubsub.c
src/rdb.c
src/scripting.c
src/sort.c
src/t_hash.c
src/t_list.c
src/t_set.c
src/t_zset.c