]> git.saurik.com Git - redis.git/commit - src/redis.h
redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to report...
authorantirez <antirez@gmail.com>
Tue, 4 Oct 2011 16:05:26 +0000 (18:05 +0200)
committerantirez <antirez@gmail.com>
Tue, 4 Oct 2011 16:05:26 +0000 (18:05 +0200)
commitbab205f787afcb37e5b5a5d1eb16c8fafef6f95d
treeb1b3d01253e088cf22ed31a70f905f88af7ea6e3
parente3e69935108585c448bfd2ff5ba34fd7d9a6e4b9
redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to report an optional object. The client is also optional. Specifying NULL will prevent dumping the not available information (either client or object).
src/debug.c
src/redis.h