summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CLIENT UNBLOCK implemented.client-unblockantirez2018-06-271-0/+22
* Take clients in a ID -> Client handle dictionary.antirez2018-06-273-0/+6
* CLIENT ID implemented.antirez2018-06-271-0/+4
* Merge pull request #5027 from tigertv/unstableSalvatore Sanfilippo2018-06-261-3/+1
|\
| * Update sort.cMax Vetrov2018-06-171-3/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-261-1/+1
|\ \
| * \ Merge pull request #5059 from guybe7/fix_restore_warningSalvatore Sanfilippo2018-06-261-1/+1
| |\ \
| | * | Fix compiler warning in restoreCommandGuy Benoish2018-06-241-1/+1
* | | | Sentinel: test command renaming feature.antirez2018-06-261-0/+10
|/ / /
* | | Fix type of argslen in sendSynchronousCommand().antirez2018-06-261-1/+1
* | | Remove black space.antirez2018-06-261-1/+1
* | | Merge pull request #5037 from madolson/repl-auth-fixSalvatore Sanfilippo2018-06-261-5/+12
|\ \ \
| * | | Addressed commentsMadelyn Olson2018-06-261-1/+1
| * | | Fixed replication authentication with whitespace in passwordMadelyn Olson2018-06-261-5/+12
* | | | Sentinel: fix SENTINEL SET error reporting.antirez2018-06-261-9/+18
* | | | Sentinel: drop the renamed-command entry in a more natural way.antirez2018-06-251-7/+4
* | | | Sentinel command renaming: document it into sentinel.conf.antirez2018-06-251-0/+19
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-251-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4634 from soloestoy/special-authSalvatore Sanfilippo2018-06-221-2/+2
| |\ \ \
| | * | | config: handle special configuration "" for authzhaozhao.zz2018-01-261-2/+2
* | | | | Sentinel command renaming: use case sensitive hashing for the dict.antirez2018-06-251-1/+2
* | | | | Sentinel command renaming: fix CONFIG SET event logging.antirez2018-06-251-1/+17
* | | | | Sentinel command renaming: fix CONFIG SET after refactoring.antirez2018-06-251-5/+5
* | | | | Sentinel command renaming: implement SENTINEL SET.antirez2018-06-251-0/+19
* | | | | Sentinel: make SENTINEL SET able to handle different arities.antirez2018-06-251-12/+19
* | | | | Sentinel command renaming: config rewriting.antirez2018-06-251-0/+12
* | | | | Sentinel command renaming: rename-command option parsing.antirez2018-06-251-0/+11
* | | | | Sentinel command renaming: base machanism implemented.antirez2018-06-251-15/+64
|/ / / /
* | | | Merge pull request #5049 from youjiali1995/fix-load-rdbSalvatore Sanfilippo2018-06-221-1/+1
|\ \ \ \
| * | | | Fix rdbLoadIntegerObject() to create shared objects when needed.youjiali19952018-06-211-1/+1
* | | | | Merge pull request #5053 from michael-grunder/zpopminmax-keyposSalvatore Sanfilippo2018-06-221-2/+2
|\ \ \ \ \
| * | | | | Update ZPOPMIN/ZPOPMAX command declarationmichael-grunder2018-06-211-2/+2
* | | | | | Merge pull request #5050 from shenlongxing/fix-typoSalvatore Sanfilippo2018-06-224-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix typoshenlongxing2018-06-214-4/+4
* | | | | | Merge pull request #5051 from oranagra/streams_mem_estimateSalvatore Sanfilippo2018-06-211-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix streams memory estimation, missing raxSeekOran Agra2018-06-211-1/+2
| |/ / / /
* | | | | Merge pull request #5036 from bepahol/unstableSalvatore Sanfilippo2018-06-201-1/+1
|\ \ \ \ \
| * | | | | Update README.mdBenjamin Holst2018-06-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5039 from oranagra/rdb_dbsize_hintSalvatore Sanfilippo2018-06-201-7/+3
|\ \ \ \ \
| * | | | | 64 bit RDB_OPCODE_RESIZEDB in rdb savingOran Agra2018-06-191-7/+3
| |/ / / /
* | | | | Merge pull request #5040 from oranagra/memrev64ifbe_fixSalvatore Sanfilippo2018-06-201-3/+3
|\ \ \ \ \
| * | | | | use safe macro (non empty) in memrev64ifbe to eliminate empty if warningOran Agra2018-06-191-3/+3
| |/ / / /
* | | | | Merge pull request #5045 from guybe7/restore_fixSalvatore Sanfilippo2018-06-205-22/+100
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-205-22/+100
|/ / / /
* | | | Merge pull request #5042 from oranagra/malloc_usable_size_libcSalvatore Sanfilippo2018-06-192-3/+8
|\ \ \ \
| * | | | add malloc_usable_size for libc mallocOran Agra2018-06-192-3/+8
| |/ / /
* | | | Merge pull request #5023 from FX-HAO/unstableSalvatore Sanfilippo2018-06-191-1/+1
|\ \ \ \
| * | | | Fix update_zmalloc_stat_alloc in zreallocFuxin Hao2018-06-141-1/+1
* | | | | Test RDB stream encoding saving/loading.antirez2018-06-191-0/+17
* | | | | Merge pull request #5041 from oranagra/redis-rdb-check_rdbLoadMillisecondTimeSalvatore Sanfilippo2018-06-192-2/+3
|\ \ \ \ \