summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0 RC4.5.0-rc4antirez2018-08-032-1/+1009
* Test suite: add --loop option.antirez2018-08-031-5/+12
* Test suite: new --stop option.antirez2018-08-031-4/+13
* Streams IDs parsing refactoring.antirez2018-08-021-17/+32
* Test: new sorted set skiplist order consistency.antirez2018-08-021-0/+26
* Fix zslUpdateScore() edge case.antirez2018-08-021-2/+2
* More commenting of zslUpdateScore().antirez2018-08-021-0/+2
* Explain what's the point of zslUpdateScore() in top comment.antirez2018-08-021-0/+5
* Remove old commented zslUpdateScore() from source.antirez2018-08-021-13/+0
* Optimize zslUpdateScore() as asked in #5179.antirez2018-08-021-0/+44
* zsetAdd() refactored adding zslUpdateScore().antirez2018-08-021-7/+18
* Streams: rearrange the usage of '-' and '+' IDs in stream commands.dejun.xdj2018-08-021-13/+13
* Streams: add mmid_supp argument in streamParseIDOrReply().dejun.xdj2018-08-021-2/+6
* Minor improvements to PR #5187.antirez2018-08-022-6/+13
* test suite conveniency improvementsOran Agra2018-08-023-3/+79
* add DEBUG LOG, to to assist test suite debuggingOran Agra2018-08-021-0/+4
* Cluster cron announce IP minor refactoring.antirez2018-08-021-3/+6
* Fix cluster-announce-ip memory leakshenlongxing2018-08-021-2/+3
* Tranfer -> transfer typo fixed.antirez2018-08-021-1/+1
* refactor dbOverwrite to make lazyfree workzhaozhao.zz2018-08-024-12/+27
* Refactoring: replace low-level checks with writeCommandsDeniedByDiskError().antirez2018-08-022-13/+6
* Fix writeCommandsDeniedByDiskError() inverted return value.antirez2018-08-021-2/+2
* Better top comment for writeCommandsDeniedByDiskError().antirez2018-08-021-1/+8
* Introduce writeCommandsDeniedByDiskError().antirez2018-08-022-0/+24
* Consider aof write error as well as rdb in lua script.WuYunlong2018-08-021-4/+14
* Merge pull request #5168 from rpv-tomsk/issue-5033Salvatore Sanfilippo2018-07-301-8/+8
|\
| * INFO CPU: higher precision of reported valuesPavel Rochnyack2018-07-251-8/+8
* | Few typo fixesGuy Korland2018-07-301-13/+13
* | Add year in log.antirez2018-07-301-1/+1
* | Document dynamic-hz in the example redis.conf.antirez2018-07-301-0/+16
* | Make dynamic hz actually configurable.antirez2018-07-301-0/+9
* | Control dynamic HZ via server configuration.antirez2018-07-302-6/+13
* | Dynamic HZ: adapt cron frequency to number of clients.antirez2018-07-302-5/+17
* | Dynamic HZ: separate hz from the configured hz.antirez2018-07-303-9/+15
* | Remove useless conditional from emptyDb().antirez2018-07-301-1/+0
* | Make emptyDb() change introduced in #4852 simpler to read.antirez2018-07-301-3/+8
* | optimize flushdb, avoid useless loopszhaozhao.zz2018-07-301-2/+5
* | Streams: fix xdel memory leakzhaozhao.zz2018-07-301-0/+1
* | Example the magic +1 in migrateCommand().antirez2018-07-301-0/+4
* | Make changes of PR #5154 hopefully simpler.antirez2018-07-301-5/+10
* | Do not migrate already expired keys.WuYunlong2018-07-301-2/+6
|/
* Streams: refactoring of next entry seek in the iterator.antirez2018-07-241-7/+11
* Streams: skip master fileds only when we are going forward in streamIteratorG...zhaozhao.zz2018-07-241-5/+8
* fix slave buffer test suite false positivesOran Agra2018-07-241-1/+1
* string2ll(): better commenting.antirez2018-07-241-0/+6
* removing redundant checkdsomeshwar2018-07-241-3/+0
* Restore string2ll() to original version.antirez2018-07-241-2/+7
* fix recursion typo in zmalloc_usableOran Agra2018-07-241-1/+1
* string2ll(): remove duplicated check for special case.antirez2018-07-241-6/+1
* string2ll(): test for NULL pointer in all the cases.antirez2018-07-241-1/+1