summaryrefslogtreecommitdiff
path: root/src/t_set.c
Commit message (Expand)AuthorAgeFilesLines
* SPOP with count: fix replication for code path #3.antirez2015-02-111-2/+10
* SPOP: reimplemented for speed and better distribution.antirez2015-02-111-140/+80
* Change alsoPropagate() behavior to make it more usable.antirez2015-02-111-7/+5
* SPOP with count: initial fixes to the implementation.antirez2015-02-111-36/+33
* Following @mattsta's friendly review:Alon Diamant2014-12-211-48/+54
* Fix: case when SPOP with count>MAXINT, setTypeRandomElements() will get negat...Alon Diamant2014-12-181-6/+6
* Added <count> parameter to SPOP:Alon Diamant2014-12-141-5/+242
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* SDIFF iterator misuse fixed in diff algorithm #1.antirez2013-12-131-0/+1
* SCAN code refactored to parse cursor first.antirez2013-11-051-1/+3
* SSCAN implemented.antirez2013-10-281-0/+8
* Introduction of a new string encoding: EMBSTRantirez2013-07-221-7/+2
* retval doesn't initalizedRock Li2013-02-051-1/+1
* Fix a bug in srandmemberWithCountCommand()Gengliang Wang2013-02-041-1/+1
* Generate del events when S*STORE commands delete the destination key.antirez2013-01-291-2/+8
* Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-10/+13
* Keyspace events added for more commands.antirez2013-01-281-5/+26
* Fixed many typos.guiquanz2013-01-191-2/+2
* SDIFF is now able to select between two algorithms for speed.antirez2012-11-301-16/+97
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* 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