]> git.saurik.com Git - redis.git/commit
clusterGetRandomName() generalized into getRandomHexChars() so that we can use it...
authorantirez <antirez@gmail.com>
Thu, 8 Mar 2012 09:08:44 +0000 (10:08 +0100)
committerantirez <antirez@gmail.com>
Thu, 8 Mar 2012 09:08:44 +0000 (10:08 +0100)
commit44f508f1a81941f298bdb0f2f87c4469094beeb6
treeb1aef561ee1ad2cd10eca576be0405be992cf439
parent4d3bbf3590af7b575dd90512aa12706cea7ed899
clusterGetRandomName() generalized into getRandomHexChars() so that we can use it for the run_id field as well.
src/cluster.c
src/redis.h
src/util.c