summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the meaningful offset feature.antirez2020-05-271-4/+0
* Merge branch 'free_clients_during_loading' into unstableantirez2020-05-141-4/+39
|\
| * Track events processed while blocked globally.free_clients_during_loadingantirez2020-05-141-5/+11
| * Some rework of #7234.antirez2020-05-121-57/+64
| * fix redis 6.0 not freeing closed connections during loading.Oran Agra2020-05-111-56/+78
* | Tracking: send eviction messages when evicting entries.antirez2020-05-141-0/+6
|/
* Don't propagate spurious MULTI on DEBUG LOADAOF.antirez2020-05-051-2/+2
* Move CRC64 initialization in main().antirez2020-05-051-1/+1
* Merge pull request #7192 from hwware/trackingprefixSalvatore Sanfilippo2020-05-041-0/+2
|\
| * Client Side Caching: Add Tracking Prefix Number Stats in Server Infohwware2020-05-021-0/+2
* | Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+9
|/
* Comment clearly why we moved some code in #6623.antirez2020-04-291-1/+4
* fix pipelined WAIT performance issue.srzhao2020-04-291-13/+13
* hickup, re-fix dictEncObjKeyCompareOran Agra2020-04-281-4/+4
* Rework comment in dictEncObjKeyCompare().antirez2020-04-271-9/+8
* allow dictFind using static robjOran Agra2020-04-271-4/+9
* Merge pull request #7148 from madolson/unstable-crcSalvatore Sanfilippo2020-04-271-0/+1
|\
| * Implemented CRC64 based on slice by 4Madelyn Olson2020-04-241-0/+1
* | Fix STRALGO command flags.antirez2020-04-271-1/+1
|/
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-241-1/+1
|\
| * fix for unintended crash during panic responseDave-in-lafayette2020-04-201-1/+1
* | LCS -> STRALGO LCS.antirez2020-04-241-1/+1
|/
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-171-2/+7
* Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-081-1/+1
* Speedup INFO by counting client memory incrementally.faster-infoantirez2020-04-071-0/+25
* Merge branch 'lcs' into unstableantirez2020-04-061-1/+5
|\
| * LCS: initial functionality implemented.antirez2020-04-011-1/+5
* | Merge pull request #6797 from patpatbear/issue_#6565_memory_borderlineSalvatore Sanfilippo2020-04-061-0/+7
|\ \
| * | Check OOM at script start to get stable lua OOM state.srzhao2020-01-201-0/+7
* | | Merge pull request #7030 from valentinogeron/xread-in-luaSalvatore Sanfilippo2020-04-031-2/+2
|\ \ \
| * | | XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-261-2/+2
* | | | Stale replica should allow MULTI/EXECGuy Benoish2020-04-021-3/+3
| |_|/ |/| |
* | | cast raxSize() to avoid warning with format spec.antirez2020-03-311-1/+1
* | | Minor changes to #7037.antirez2020-03-311-1/+1
* | | Merge pull request #7037 from guybe7/fix_module_replicate_multiSalvatore Sanfilippo2020-03-311-4/+7
|\ \ \
| * | | Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-4/+7
* | | | Merge branch 'pubsub_patterns_boost' of https://github.com/leeyiw/redis into ...antirez2020-03-311-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Boost up performance for redis PUB-SUB patterns matching伯成2018-03-011-0/+1
* | | | Fix module commands propagation double MULTI bug.antirez2020-03-311-2/+6
* | | | timeout.c created: move client timeouts code there.antirez2020-03-271-127/+1
* | | | Precise timeouts: cleaup the table on unblock.antirez2020-03-271-2/+18
* | | | Precise timeouts: fix comments after functional change.antirez2020-03-271-5/+5
* | | | Precise timeouts: use only radix tree for timeouts.antirez2020-03-271-33/+13
* | | | Precise timeouts: fast exit for clientsHandleShortTimeout().antirez2020-03-271-0/+1
* | | | Precise timeouts: fix bugs in initial implementation.antirez2020-03-271-0/+4
* | | | Precise timeouts: working initial implementation.antirez2020-03-271-28/+107
* | | | Precise timeouts: refactor unblocking on timeout.antirez2020-03-271-13/+30
| |/ / |/| |
* | | PSYNC2: meaningful offset implemented.antirez2020-03-251-0/+4
* | | Explain why we allow transactions in -BUSY state.antirez2020-03-251-2/+9
* | | MULTI/EXEC during LUA script timeout are messed upOran Agra2020-03-231-0/+1