summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-041-33/+115
|\
| * Minor aesthetic changes to #6419.antirez2019-10-041-1/+1
| * Merge pull request #6419 from oranagra/lua_timeout_shaSalvatore Sanfilippo2019-10-041-0/+1
| |\
| | * On LUA script timeout, print the script SHA to the logOran Agra2019-10-021-0/+1
| * | Modules: implement RM_Replicate() from async callbacks.antirez2019-10-031-0/+2
| * | Speedup INFO server section.antirez2019-10-021-0/+1
| |/
| * Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-27/+62
| |\
| | * TerminateModuleForkChild(): fix function prototype.antirez2019-09-271-1/+1
| | * TerminateModuleForkChild(): move safety checks there.antirez2019-09-271-1/+1
| | * Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-1/+1
| | * Modules fork: improve SIGUSR1 handling, fix include.antirez2019-09-271-0/+8
| | * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-27/+45
| | |\
| | | * Merge pull request #6024 from itamarhaber/info_modulesSalvatore Sanfilippo2019-09-261-0/+1
| | | |\
| | | | * Adds a "Modules" section to `INFO`Itamar Haber2019-04-161-0/+1
| | | * | Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-261-0/+1
| | | |\ \
| | | | * \ Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errorsOran Agra2019-07-301-0/+15
| | | | |\ \
| | | | * | | Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-301-2/+1
| | | | * | | Allow modules to handle RDB loading errors.Oran Agra2019-07-211-0/+2
| | | * | | | RESP3: fix cases of NULL reported instead of empty aggregate.antirez2019-09-021-1/+1
| | | * | | | Replication: clarify why repl_put_online_on_ack exists at all.antirez2019-08-051-1/+1
| | | * | | | Merge pull request #6266 from madolson/dev-unstable-hide-auth-and-helloSalvatore Sanfilippo2019-07-311-25/+26
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | Hide HELLO and AUTH from slowlog and monitorMadelyn Olson2019-07-221-25/+26
| | | * | | | Merge pull request #6264 from oranagra/modules_api_aux_rdbSalvatore Sanfilippo2019-07-301-0/+10
| | | |\ \ \ \
| | | | * | | | Implement module api for aux data in rdbOran Agra2019-07-221-0/+10
| | | * | | | | Client side caching: config option for table fill rate.antirez2019-07-241-1/+1
| | | * | | | | Client side caching: show tracking slots usage in INFO.antirez2019-07-231-0/+1
| | | * | | | | Client side caching: implement full slot limit function.antirez2019-07-231-0/+2
| | | * | | | | Client side caching: split invalidation into key / slot.antirez2019-07-221-0/+1
| | | |/ / / /
| | * | | | | Modlue fork is killed when the parent existsOran Agra2019-08-251-0/+1
| | * | | | | Module API for ForkingOran Agra2019-07-171-0/+9
| | | |_|/ / | | |/| | |
| * | | | | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-0/+1
| | |/ / / | |/| | |
| * | | | Client side caching: implement trackingInvalidateKeysOnFlush()zhaozhao.zz2019-07-171-0/+1
| |/ / /
| * | | diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-2/+17
| * | | Merge pull request #6116 from AngusP/scan-typesSalvatore Sanfilippo2019-07-081-0/+5
| |\ \ \
| | * | | Change typeNameCanonicalize -> getObjectTypeName, and other style changesAngus Pearson2019-07-081-5/+4
| | * | | Spelling cannonical -> canonicalAngus Pearson2019-06-131-1/+1
| | * | | Add char* typeNameCanonicalize(robj*) to remove duplicate code between SCAN a...Angus Pearson2019-06-101-0/+6
| * | | | Client side caching: RESP2 support.antirez2019-07-051-0/+1
| * | | | Client side caching: implement trackingInvalidateKey().antirez2019-07-031-1/+4
| * | | | Client side caching: hook inside call() for tracking.antirez2019-07-031-0/+1
| * | | | Client side caching: enable tracking mode.antirez2019-06-301-0/+1
| * | | | Client side caching: fields and flags for tracking mode.antirez2019-06-291-3/+18
| |/ / /
* | | | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-021-0/+1
|/ / /
* | | Merge pull request #6053 from soloestoy/enhance-aof-fsync-everysecSalvatore Sanfilippo2019-05-101-0/+1
|\ \ \ | |/ / |/| |
| * | aof: enhance AOF_FSYNC_EVERYSEC, more details in #5985zhaozhao.zz2019-04-291-0/+1
| |/
* | Threaded IO: ability to disable reads from threaded path.antirez2019-05-061-0/+2
* | Threaded IO: parsing WIP 2: refactoring to parse from thread.antirez2019-05-061-0/+1
* | Threaded IO: read side WIP 3.antirez2019-05-061-0/+1
* | Threaded IO: read side WIP.antirez2019-05-061-15/+13
* | Threaded IO: make num of I/O threads configurable.antirez2019-05-061-0/+1