summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis version is now 1.3.8v1.3.8antirez2010-03-291-1/+1
* Merge branch 'hincrby' of git://github.com/pietern/redisantirez2010-03-263-0/+124
|\
| * removed unnecessary refcount increase that caused the HINCRBY memleakPieter Noordhuis2010-03-261-2/+0
| * implements HINCRBY and tests (todo: find and fix small memleak)Pieter Noordhuis2010-03-263-0/+126
* | Removed a useless if spotted by Pieter Noordhuisantirez2010-03-261-2/+1
* | Fixed a critical replication bug: binary values issued with the multi bulk pr...antirez2010-03-262-21/+31
|/
* Fixed the reply about denied write commands under maxmemory reached conditio...antirez2010-03-241-4/+9
* CONFIG command implemened -- just a start but already usefulantirez2010-03-242-4/+116
* redis-cli prompt is now redis>antirez2010-03-241-1/+1
* with --help states that you can use - as config file name to feed config via ...antirez2010-03-231-0/+1
* New INFO field: expired_keysantirez2010-03-231-0/+7
* the Cron timer function is now called 10 times per second instead of 1 time p...antirez2010-03-231-8/+8
* Use linenoise for line editing on redis-cli.Michel Martens2010-03-234-29/+461
* Fix authentication for redis-cli on non-interactive mode.Michel Martens & Damian Janowski2010-03-231-13/+12
* key deletion on empty value fix + some refactoringantirez2010-03-231-16/+9
* Empty value trigger key removal in all the operationsantirez2010-03-232-10/+39
* Merged gnrfan patches fixing issues 191, 193, 194antirez2010-03-221-6/+12
|\
| * Solves issue #194 on Google Code: --help parameter to redis-srver prints the ...Antonio Ognio2010-03-191-4/+16
* | Merge branch 'issue_193' of git://github.com/gnrfan/redisantirez2010-03-221-1/+4
|\ \
| * | Fixing issue 193Antonio Ognio2010-03-191-1/+4
| |/
* | Merge branch 'issue_191' of git://github.com/gnrfan/redisantirez2010-03-221-0/+10
|\ \
| * | Solving issue #191 on Google Code: -v and --version should print the version ...Antonio Ognio2010-03-191-0/+10
| |/
* | Redis master version is now 1.3.7v1.3.7antirez2010-03-222-1/+9
* | support for include directive in config parserJeremy Zawodny2010-03-192-0/+12
* | Removed a stupid overriding of config values due to a wrong cut&pasteantirez2010-03-191-3/+0
* | VM hash type swappability implemented. Handling of failed pthread_create() call.antirez2010-03-192-4/+39
|/
* increment server.dirty on HDELantirez2010-03-181-0/+1
* 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