summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Regression test for issue #3343 exact min crash sequence.antirez2016-06-281-0/+16
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-272-2/+2
|\ \ \
| * \ \ Merge pull request #3342 from yossigo/fix_callocSalvatore Sanfilippo2016-06-241-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix RedisModule_Calloc() definition typo.Yossi Gottlieb2016-06-231-1/+1
| |/ /
| * | Merge pull request #3324 from mishan/fix-wrong-comment-about-sentinel-modeSalvatore Sanfilippo2016-06-231-1/+1
| |\ \
| | * | Fix incorrect comment for checkForSentinelMode functionMisha Nasledov2016-06-161-1/+1
* | | | Fix quicklistReplaceAtIndex() by updating the quicklist ziplist size.antirez2016-06-271-0/+1
|/ / /