summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* LFU: make counter log factor and decay time configurable.lfuantirez2016-07-205-14/+95
* LFU: Use the LRU pool for the LFU algorithm.antirez2016-07-181-36/+25
* LFU: Fix bugs in frequency decay code.antirez2016-07-181-2/+2
* LFU: Initial naive eviction cycle.antirez2016-07-183-4/+49
* redis-cli LRU test mode: randomize value of key when setting.antirez2016-07-181-1/+4
* redis-cli LRU test mode: remove newline from key names.antirez2016-07-181-1/+1
* LFU: Redis object level implementation.antirez2016-07-155-15/+142
* LFU simulator: remove dead code.antirez2016-07-141-5/+0
* LRU simulator: fix new entry creation decr time.antirez2016-07-141-1/+1
* LRU simulator: fix new entry creation.antirez2016-07-141-2/+2
* LFU: Simulation of the algorithm planned for Redis.antirez2016-07-141-0/+163
* LRU: Make cross-database choices for eviction.antirez2016-07-133-110/+161
* LRU: cache SDS strings in the eviction pool.antirez2016-07-121-13/+29
* Move the struct evictionPoolEntry() into only file using it.antirez2016-07-122-12/+22
* Move prototype of evictionPoolAlloc() in server.h.antirez2016-07-122-2/+3
* LRU: use C99 variable len stack array in evictionPoolPopulate().antirez2016-07-121-11/+1
* redis-benchmark: new option to show server errors on stdout.antirez2016-07-121-1/+17
* Remove useless memmove() from freeMemoryIfNeeded().antirez2016-07-111-7/+2
* LRU: Fix output fixes to new test-lru.rb.antirez2016-07-111-6/+6
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-07-111-1/+1
|\
| * redis_check_rdb(): the rio structure must be global.antirez2016-07-061-1/+1
* | LRU: test-lru.rb improved in different ways.antirez2016-07-112-98/+180
|/
* redis_check_rdb_main(): create shared objects only if needed.antirez2016-07-061-1/+5
* Fix redis_check_rdb() return value.antirez2016-07-061-2/+3
* Remove dead code from geohash_helper.c.antirez2016-07-061-6/+0
* Fix signess issue in geohashEstimateStepsByRadius().antirez2016-07-061-1/+2
* Fix definition of M_PI in geohash_helper.c.antirez2016-07-062-1/+2
* geohash.c and geohash_helper.c are part of Redis.antirez2016-07-067-43/+12
* Add expire.c and evict.c.antirez2016-07-062-0/+718
* Expire and LRU related code moved into different files.antirez2016-07-065-633/+4
* Makefile: don't build dependencies file for clean, distclean.antirez2016-07-061-0/+3
* Generate Makefile.dep at every build.antirez2016-07-063-194/+6
* Regression test for issue #3333.antirez2016-07-061-0/+6
* getLongLongFromObject: use string2ll() instead of strict_strtoll().antirez2016-07-061-15/+1
* redis-cli: check SELECT reply type just in state updated.antirez2016-07-051-1/+1
* Merge pull request #3365 from sskorgal/unstableSalvatore Sanfilippo2016-07-051-1/+1
|\
| * Fix for redis_cli printing default DB when select command fails.sskorgal2016-07-011-1/+1
* | Sentinel: fix cross-master Sentinel address update.antirez2016-07-041-2/+9
* | CONFIG GET is now no longer case sensitive.antirez2016-07-041-12/+12
* | Fix test for new RDB checksum failure message.antirez2016-07-041-1/+1
* | Make tcp-keepalive default to 300 in internal conf.antirez2016-07-041-1/+1
* | In Redis RDB check: more details in error reportings.rdb-checkantirez2016-07-011-13/+21
* | In Redis RDB check: log decompression errors.antirez2016-07-012-2/+23
* | In Redis RDB check: log object type on error.antirez2016-07-011-2/+27
* | Added a trivial program to randomly corrupt RDB files in /utils.antirez2016-07-011-0/+44
* | In Redis RDB check: minor output message changes.antirez2016-07-011-1/+4
* | In Redis RDB check: better error reporting.antirez2016-07-014-14/+71
* | In Redis RDB check: initial POC.antirez2016-06-302-660/+189
|/
* Test: new randomized stress tester for #3343 alike bugs.antirez2016-06-281-2/+27
* Stress tester WIP.antirez2016-06-281-0/+3