summaryrefslogtreecommitdiff
path: root/src/t_zset.c
Commit message (Expand)AuthorAgeFilesLines
* Introduction of a new string encoding: EMBSTRmemoptantirez2012-09-251-6/+9
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-231-1/+2
* A few compiler warnings suppressed.antirez2012-04-241-1/+3
* zzlIsInRange() now is capable of handling empty sorted sets that may end insi...antirez2012-02-221-1/+1
* bzero -> memsetantirez2012-02-211-1/+1
* added a comment on top of the zslRandomLevel() functionantirez2012-01-161-0/+4
* error in comment fixedantirez2012-01-111-1/+1
* Prevent NaN scores in sorted sets resulting from calls to ZUNIONSTORE and ZIN...antirez2011-12-231-0/+3
* Fix issue #247 : Accepting non-integer parameters when shouldn'tBigCat2011-12-191-5/+8
* added assertion in zslInsert() that ensures the inserted element score is not...antirez2011-12-181-0/+1
* string to number API is now more strict not accepting spaces before or after ...antirez2011-11-141-4/+4
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-9/+9
* Fixed a few warnings compiling on Linux.antirez2011-10-231-1/+1
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-22/+22
* Remove ZCOUNT branches from generic RANGEBYSCORE codePieter Noordhuis2011-10-031-46/+55
* Use element rank instead of iterating in ZCOUNTPieter Noordhuis2011-10-031-1/+74
* Variadic ZREMantirez2011-05-311-23/+32
* Variadic ZADDantirez2011-05-311-85/+97
* Fixed typo in commentantirez2011-05-241-2/+2
* Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-191-1/+1
* Fixed misuse of the new iterator semantics in ZUNIONSTOREantirez2011-05-151-1/+8
* Fix for a possible bug related to ZINTER/UNIONSTORE called with the same sour...antirez2011-05-151-1/+4
* if /dev/urandom is not available use rand() to get a random node nameantirez2011-05-041-1/+1
* take a hashslot -> keys index, will be used for cluster rehasingantirez2011-04-281-6/+0
* Explicitly zero zval since it is stored on the stackPieter Noordhuis2011-04-061-0/+1
* Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-19/+19
* Remove sorted set when empty after ZREMRANGEBY*Pieter Noordhuis2011-03-211-0/+2
* Offset should be size_tPieter Noordhuis2011-03-141-1/+1
* Remove unused functionPieter Noordhuis2011-03-141-4/+0
* Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-111-10/+22
* Make zzl API unaware of the robj where the ziplist is storedPieter Noordhuis2011-03-111-47/+38
* Encode sorted set after loading from dumpPieter Noordhuis2011-03-101-10/+10
* Convert encoding of result when in limitsPieter Noordhuis2011-03-101-2/+16
* Remove commentPieter Noordhuis2011-03-101-6/+0
* Generic iterator code for usage in ZUNIONSTORE/ZINTERSTOREPieter Noordhuis2011-03-101-57/+374
* Make zzlLength take a ziplist argumentPieter Noordhuis2011-03-101-6/+4
* Fix used function in ZCARDPieter Noordhuis2011-03-091-1/+2
* Convert encoding when thresholds overflowPieter Noordhuis2011-03-091-1/+92
* Support dual encoding for more commandsPieter Noordhuis2011-03-091-42/+79
* Support dual encoding for ZRANGEBYSCORE et alPieter Noordhuis2011-03-091-45/+114
* Helpers to move around in encoded sorted setPieter Noordhuis2011-03-091-20/+47
* Support dual encoding for ZREMRANGEBYRANKPieter Noordhuis2011-03-091-15/+31
* Support dual encoding for ZRANGEPieter Noordhuis2011-03-091-29/+96
* Look up and remove elements by rangePieter Noordhuis2011-03-081-10/+126
* TypoPieter Noordhuis2011-03-081-1/+1
* Little less obfuscationPieter Noordhuis2011-03-081-11/+8
* Support dual encoding in ZREMPieter Noordhuis2011-03-081-23/+43
* Don't encode element argument when dealing with ziplistPieter Noordhuis2011-03-081-10/+12
* Initial work for ziplist backed sorted setsPieter Noordhuis2011-03-081-70/+244
* Rename zset range functionsPieter Noordhuis2011-03-081-9/+9