summaryrefslogtreecommitdiff
path: root/src/t_zset.c
Commit message (Expand)AuthorAgeFilesLines
* merge conflict resolvedantirez2010-10-281-0/+5
|\
| * Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-171-0/+5
* | Return error when min and/or max in the sorted set range spec is not a doublePieter Noordhuis2010-10-131-7/+18
* | Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCOREPieter Noordhuis2010-10-131-21/+25
* | Merge branch 'master' into zrevrangebyscorePieter Noordhuis2010-10-131-1/+1
|\ \ | |/
| * two leaks fixedantirez2010-09-221-14/+13
| * error generation format reverted to the new style after mergeantirez2010-09-221-2/+1
| * Merge remote branch 'pietern/zset-mem'antirez2010-09-221-135/+116
| |\
| * | preventive conflict resolution to merge pietern/zset-memantirez2010-09-221-1/+2
* | | Finished code for sorted set memory efficiencyPieter Noordhuis2010-09-161-13/+14
* | | Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCOREPieter Noordhuis2010-09-161-96/+162
* | | Merge branch 'zset-mem' into zrevrangebyscorePieter Noordhuis2010-09-161-135/+116
|\ \ \ | |/ / |/| / | |/
| * Reference zset score in zskiplistNode from dict entriesPieter Noordhuis2010-08-031-57/+58
| * Use flexible array in zskiplistNode to reduce memory usagePieter Noordhuis2010-08-031-78/+58
* | Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-5/+4
* | Use existing reply functions where possiblePieter Noordhuis2010-09-021-1/+1
* | Use specialized function to add multi bulk reply lengthPieter Noordhuis2010-09-021-2/+1
* | Wrapper for adding unknown multi bulk length to reply listPieter Noordhuis2010-08-301-7/+5
|/
* Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-291-11/+8
* Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-291-0/+4
* fix of the fix for the replication bugantirez2010-07-281-0/+1
* Fixed a replication bug in ZINTERSTORE.antirez2010-07-281-3/+7
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-0/+6
* merged code from 184d74ab, 4774a53b, f483ce5f to new file structurePieter Noordhuis2010-07-051-5/+4
* redis.c split into many different C files.antirez2010-07-011-0/+985