summaryrefslogtreecommitdiff
path: root/src/t_set.c
Commit message (Expand)AuthorAgeFilesLines
* Introduction of a new string encoding: EMBSTRmemoptantirez2012-09-251-7/+2
* SRANDMEMBER <count> leak fixed.antirez2012-09-211-8/+10
* Added the SRANDMEMBER key <count> variant.antirez2012-09-211-0/+154
* Fixed some spelling errors in the commentsErik Dubbelboer2012-04-071-1/+1
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-2/+2
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-4/+4
* Fix for bug 561 and other related problemsantirez2011-06-201-11/+6
* Fix for the variadic version of SREM. Regression test added.antirez2011-05-311-1/+4
* Fixed SINTER[STORE] problem related to the new copy on write safe iteratorantirez2011-05-151-0/+1
* Variadic SREMantirez2011-04-191-7/+10
* variadic SADDantirez2011-04-151-7/+8
* SPOP replication/AOF patch ported to unstable branchantirez2011-02-161-2/+15
* touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-291-8/+8
* SINTER/MEMBERS are now COW friendly, also some refactoring around was needed ...antirez2010-12-091-37/+113
* COW friendly versions of SPOP and SRANDMEMBER commands, with some change to t...antirez2010-12-091-31/+42
* Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-171-1/+4
* Use existing reply functions where possiblePieter Noordhuis2010-09-021-1/+1
* Use specialized function to add multi bulk reply lengthPieter Noordhuis2010-09-021-1/+1
* Wrapper for adding unknown multi bulk length to reply listPieter Noordhuis2010-08-301-5/+4
* test for intset integer encodability test and some small refactoringantirez2010-08-261-4/+4
* translated a few long logn into int64_t for correctness and to avoid compilat...antirez2010-08-261-1/+1
* Fix type that was not renamed and compiler warningPieter Noordhuis2010-08-261-1/+1
* Rename iterator to setTypeIterator for consistencyPieter Noordhuis2010-08-211-7/+7
* Merge branch 'master' into intset-splitPieter Noordhuis2010-08-201-1/+10
|\
| * WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-1/+10
* | merged intset code into the split filesPieter Noordhuis2010-07-021-125/+279
|/
* redis.c split into many different C files.antirez2010-07-011-0/+349