]> git.saurik.com Git - redis.git/commit
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set...
authorantirez <antirez@gmail.com>
Thu, 9 Dec 2010 09:21:02 +0000 (10:21 +0100)
committerantirez <antirez@gmail.com>
Thu, 9 Dec 2010 09:21:02 +0000 (10:21 +0100)
commita5be65f71c927601260f4518236cbc7bc3d87965
treed2eb064f92e798a343836bdc50b0290a5518b91b
parentd51ebef5090624a3ba0824fa697410deaff1d1fa
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API.
src/intset.c
src/intset.h
src/redis.h
src/t_set.c