summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 1.3.61.3.6antirez2010-03-181-1/+1
* test-redis.tcl dataset digest function Hash supportantirez2010-03-181-2/+7
* zipmap fix for large valuesantirez2010-03-184-2/+17
* Optimization fixed and re-activatedantirez2010-03-182-3/+21
* reverted an optimization that makes Redis not stableantirez2010-03-182-1/+2
* Fixed redis-cli auth codeantirez2010-03-182-30/+12
* HDEL fix, an optimization for comparison of objects in hash table lookups whe...antirez2010-03-172-2/+16
* Version is now 1.3.5antirez2010-03-171-1/+1
* Merged Pietern patch for VM key args helper function. Fixed an obvious bug in...antirez2010-03-172-107/+121
|\
| * added preloading keys from VM when using ZINTER or ZUNIONPieter Noordhuis2010-03-161-100/+119
* | Merge branch 'aggregates' of git://github.com/pietern/redisantirez2010-03-172-22/+68
|\ \
| * | added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION/ZINTERPieter Noordhuis2010-03-162-22/+68
| |/
* | Added Authentication to redis-cli.c using -a switchroot2010-03-172-3/+41
* | HEXISTS and tests implementedantirez2010-03-174-1/+36
* | More hash testsantirez2010-03-171-5/+46
* | better HSET testantirez2010-03-171-4/+6
* | Fixed a bug in HSET, a memory leak, and a theoretical bug in dict.cantirez2010-03-172-3/+9
* | More Hash testsantirez2010-03-171-0/+37
|/
* HGET fix for integer encoded field against zipmap encoded hashantirez2010-03-162-1/+65
* zrevrank support in redis-cliantirez2010-03-161-0/+1
* HKEYS / HVALS / HGETALLantirez2010-03-162-6/+83
* Solved a memory leak with Hashesantirez2010-03-161-2/+0
* pretty big refactoringantirez2010-03-151-629/+451
* An interesting refactoring + more expressive internal APIantirez2010-03-154-3/+49
* Fixed the same problem in ZREVRANKantirez2010-03-152-2/+2
* Fixed a ZRANK bugantirez2010-03-152-2/+2
* zipmap to hash conversion in HSETantirez2010-03-152-0/+28
* max zipmap entries and max zipmap value parameters added into INFO outputantirez2010-03-141-0/+7
* HDEL and some improvement in DEBUG OBJECT commandantirez2010-03-142-2/+43
* Append only file support for hashesantirez2010-03-142-11/+64
* utility to check rdb files for unprocessable opcodesPieter Noordhuis2010-03-133-1/+678
* A minor fix and a few debug messages removedantirez2010-03-122-6/+3
* Applied the replication bug patch provided by Jeremy Zawodny, removing temp f...antirez2010-03-122-3/+63
* Fix for HGET against non Hash type, debug messages used to understand a bit b...antirez2010-03-111-0/+11
* fix: use zmalloc instead of mallocPieter Noordhuis2010-03-091-1/+1
* Merged zsetops branch from Pieternantirez2010-03-093-0/+195
|\
| * use a struct to store both a dict and its weight for ZUNION and ZINTER, so qs...Pieter Noordhuis2010-03-091-39/+42
| * replaced ZMERGE by ZUNION and ZINTER. note: key preloading by the VM does not...Pieter Noordhuis2010-03-092-65/+137
| * use ZMERGE as starting pointPieter Noordhuis2010-03-083-0/+120
* | Merged ZREMBYRANK from Pieternantirez2010-03-092-48/+116
|\ \
| * | moved code to delete a single node from a zset to a separate functionPieter Noordhuis2010-03-041-66/+30
| * | rename zslDeleteRange to zslDeleteRangeByScore (to differentiate between dele...Pieter Noordhuis2010-03-041-2/+2
| * | use 1-based rank across zsl*Rank functions consistentlyPieter Noordhuis2010-03-041-8/+6
| * | implemented ZREMBYRANKPieter Noordhuis2010-03-042-2/+108
* | | Merged ZREVRANK from Pieternantirez2010-03-092-2/+20
|\ \ \
| * | | added ZREVRANKPieter Noordhuis2010-03-072-2/+20
* | | | Hash auto conversion from zipmap to hash table, type fixed for hashes, hash l...antirez2010-03-092-2/+66
* | | | Hashes saving / fixesantirez2010-03-084-19/+65
| |_|/ |/| |
* | | HSET fixes, now the new pointer is stored back in the object pointer fieldantirez2010-03-073-2/+42
|/ /
* | Fix for replicaiton with over 2GB dump file initial SYNC stageantirez2010-03-061-3/+3