summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use cached time in expireCommand()less-mstime-28antirez2015-05-041-1/+2
* Update cached time during slow scripts & transactionsantirez2015-05-042-1/+6
* Less gettimeofday() calls in activeExpireCycle().antirez2015-04-301-3/+5
* Avoid gettimeofday() in expireIfNeeded() when possible.antirez2015-04-291-1/+15
* A way to disable time accounting in call().antirez2015-04-292-4/+13
* Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
* sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
* fixes to diskless replication.Oran Agra2015-04-012-1/+2
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-241-0/+26
* Config: activerehashing option support in CONFIG SET.antirez2015-03-081-0/+5
* Fix iterator for issue #2438.antirez2015-03-041-1/+1
* override histfile from env - fixes #831 and copies #833Charles Hooper2015-02-101-4/+29
* redis-cli --lru-test implemented (cache workload simulator).antirez2015-02-101-0/+102
* redis-cli: interactive reconnection for latency modes.antirez2015-02-101-9/+13
* redis-cli --latecy-dist reverted to gray scale.antirez2015-02-101-8/+10
* redis-cli --latency-dist now uses a color palette.antirez2015-02-101-8/+14
* redis-cli latency dist: add new top HL.antirez2015-02-101-0/+1
* Add missing latency-dest legend symbol.antirez2015-02-101-1/+1
* Initial implementation of redis-cli --latency-dist.antirez2015-02-101-0/+153
* Faster memory efficiency test.antirez2015-02-101-1/+6
* Update redis-cli.cmattcollier2015-02-021-1/+1
* luaRedisGenericCommand(): log error at WARNING level when re-entered.antirez2015-01-221-2/+5
* luaRedisGenericCommand() recursion: just return an error.antirez2015-01-221-1/+3
* Panic on recursive calls to luaRedisGenericCommand().antirez2015-01-221-0/+14
* AOF rewrite: set iterator var to NULL when freed.antirez2015-01-211-0/+1
* Add "-lrt" in Makefile for Solaris.antirez2015-01-091-1/+1
* Check for __sun macro in solarisfixes.h, not in includers.antirez2015-01-093-5/+4
* README section about make distclean reworded / extended.antirez2015-01-081-5/+17
* Explain make distclean which seems not well knownJungtaek Lim2015-01-081-0/+7
* INFO loading stats: three fixes.antirez2014-12-232-4/+5
* Fixed memory leaks in rdbSaveToSlavesSockets()Alon Diamant2014-12-221-0/+2
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Add redis-sentinel symlink to a relative pathRhommel Lamas2014-12-171-1/+1
* Redis 2.8.19.2.8.19antirez2014-12-162-1/+31
* Don't log admin commands in MONITOR.antirez2014-12-131-1/+1
* List of commands flagged as admin commands modified.antirez2014-12-131-6/+6
* Merge pull request #2092 from rhoml/rhoml-install-sentinelSalvatore Sanfilippo2014-12-121-0/+1
|\
| * Add symlink to redis-sentinel during make installRhommel Lamas2014-12-121-0/+1
* | Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
* | SORT: Don't sort Set elements if not needed.antirez2014-12-111-1/+3
* | Fix zero-ordering SORT when called against listsMatt Stancliff2014-12-112-9/+24
* | Update redis_init_script.tplBen Dowling2014-12-111-2/+3
* | FIXED redis-benchmark's idle mode.With idle mode shouldn't create write eventzhanghailei2014-12-111-3/+8
* | zipmap.c: update comments aboveSun He2014-12-091-3/+2
* | replaced // comments #2150Deepak Verma2014-12-091-2/+2
* | redis-benchmark AUTH command to be discarded after the first send #2150azure provisioned user2014-12-091-28/+30
* | sds.c: Correct two spelling mistakes in commentsSun He2014-12-091-2/+2
* | sds.c/sdscatvprintf: set va_end to finish va_list cpySun He2014-12-091-1/+1
* | sds.c: Correct some commentsSun He2014-12-091-4/+4