summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Unblocked clients API refactoring. See #4418.antirez2018-09-041-0/+1
* Make pending buffer processing safe for CLIENT_MASTER client.antirez2018-09-041-0/+1
* Introduce repl_slave_ignore_maxmemory flag internally.antirez2018-08-291-0/+2
* block: rewrite BRPOPLPUSH as RPOPLPUSH to propagatezhaozhao.zz2018-08-291-1/+1
* pipeline: do not sdsrange querybuf unless all commands processedzhaozhao.zz2018-08-291-0/+1
* refactor dbOverwrite to make lazyfree workzhaozhao.zz2018-08-021-0/+1
* Introduce writeCommandsDeniedByDiskError().antirez2018-08-021-0/+5
* Control dynamic HZ via server configuration.antirez2018-07-301-0/+2
* Dynamic HZ: adapt cron frequency to number of clients.antirez2018-07-301-5/+6
* Dynamic HZ: separate hz from the configured hz.antirez2018-07-301-0/+3
* Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTORItamar Haber2018-07-231-0/+1
* Adds memory information about the script's cache to INFOItamar Haber2018-07-231-0/+1
* Hopefully improve commenting of #5126.antirez2018-07-161-0/+2
* slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-161-0/+7
* Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...dejun.xdj2018-07-091-0/+1
* Cache timezone and daylight active flag for safer logging.antirez2018-07-041-0/+2
* Fix typoJack Drogon2018-07-031-2/+2
* Clarify the pending_querybuf field of clients.antirez2018-07-031-3/+4
* Merge branch 'unstable' into pending-querybufchendianqiang2018-07-031-10/+22
|\
| * addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
| * Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-0/+1
| |\
| | * Merge branch 'unstable' into module_command_helpItamar Haber2018-06-091-3/+3
| | |\
| | * | Adds MODULE HELP and implements addReplySubSyntaxErrorItamar Haber2018-06-071-0/+1
| * | | clients: add type option for client listzhaozhao.zz2018-06-281-1/+1
| * | | Take clients in a ID -> Client handle dictionary.antirez2018-06-271-0/+1
| * | | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-0/+2
| * | | add malloc_usable_size for libc mallocOran Agra2018-06-191-3/+3
| * | | Refactor createObjectFromLongLong() to be suitable for value objects.antirez2018-06-181-0/+1
| * | | Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-2/+4
| |\ \ \ | | |_|/ | |/| |
| | * | rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-2/+4
| * | | Merge pull request #4519 from soloestoy/zset-int-problemSalvatore Sanfilippo2018-06-081-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | zset: change the span of zskiplistNode to unsigned longzhaozhao.zz2017-12-081-2/+2
| | * | zset: fix the int problemzhaozhao.zz2017-12-081-1/+1
| * | | Streams: use non static macro node limits.antirez2018-06-071-1/+5
* | | | limit the size of pending-querybuf in masterclientchendianqiang2018-07-011-0/+1
|/ / /
* | | ZPOP: change sync ZPOP to have a count argument instead of N keys.antirez2018-05-111-1/+1
* | | ZPOP: renaming to have explicit MIN/MAX score idea.antirez2018-05-111-8/+11
* | | Implements [B]Z[REV]POP and the respective unit testsItamar Haber2018-04-301-5/+11
* | | Streams: XTRIM command added.antirez2018-04-191-0/+1
* | | Streams: XDEL command.antirez2018-04-181-0/+1
* | | getMaxmemoryState() fixed and improved.antirez2018-04-111-1/+1
* | | Modules: context flags now include OOM flag.antirez2018-04-091-0/+1
* | | Modules API: RM_GetRandomBytes() / GetRandomHexChars().antirez2018-04-051-1/+2
* | | Modules Cluster API: make node IDs pointers constant.antirez2018-03-301-1/+1
* | | Modules Cluster API: message bus implementation.antirez2018-03-291-0/+1
* | | AOF: enable RDB-preamble rewriting by default.antirez2018-03-251-1/+1
* | | Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-221-3/+22
|\ \ \
| * | | Adding real allocator fragmentation to INFO and MEMORY command + active defra...Oran Agra2018-03-121-2/+17
| * | | active defrag v2Oran Agra2018-03-121-1/+5
* | | | CG: Replication WIP 1: XREADGROUP and XCLAIM propagated as XCLAIM.antirez2018-03-191-3/+4