summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Changed log level for module fork api from 'notice' to 'verbos'.meir@redislabs.com2020-02-101-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6783 from hwware/memoryleakfixSalvatore Sanfilippo2020-02-271-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Memory Leaks in debug.c
| * | | | | | | | | | | | format fixhwware2020-01-161-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix potentical memory leakshwware2020-01-161-1/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6931 from t00350320/unstableSalvatore Sanfilippo2020-02-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | modify the read buf size according to the write buf size PROTO_IOBUF_LEN
| * | | | | | | | | | | | modify the read buf size according to the write buf size PROTO_IOBUF_LEN ↵Hengjian Tang2020-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined before
* | | | | | | | | | | | | Merge pull request #6919 from ashtul/Fix-ThreadSafeContext-functions-namesSalvatore Sanfilippo2020-02-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ThreadSafeContext lock/unlock function names
| * | | | | | | | | | | | | fix ThreadSafeContext lock/unlock function namesAriel2020-02-221-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #6921 from guybe7/fix_xclaim_propagateSalvatore Sanfilippo2020-02-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC
| * | | | | | | | | | | | | | XREADGROUP should propagate XCALIM/SETID in MULTI/EXECGuy Benoish2020-02-231-2/+2
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use built-in alsoPropagate mechanism that wraps commands in MULTI/EXEC before sending them to replica/AOF
* | | | | | | | | | | | | | Merge pull request #6922 from guybe7/refix_blocked_module_memleakSalvatore Sanfilippo2020-02-271-7/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Modules: Do not auto-unblock clients if not blocked on keys
| * | | | | | | | | | | | | Modules: Do not auto-unblock clients if not blocked on keysGuy Benoish2020-02-231-7/+22
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Tracking: optin/out implemented.antirez2020-02-243-16/+82
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6901 from hwware/debughelpSalvatore Sanfilippo2020-02-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | add missing subcommand description for DEBUG OOM in HELP
| * | | | | | | | | | | | add missing subcommand description for debug oomhwware2020-02-171-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #6894 from madolson/csc-fixesSalvatore Sanfilippo2020-02-202-17/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client side caching fixes
| * | | | | | | | | | | | | Give an error message if you specify redirect twiceMadelyn Olson2020-02-161-0/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Minor CSC fixes and fixed documentationMadelyn Olson2020-02-162-17/+16
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #6903 from oranagra/defrag_listsSalvatore Sanfilippo2020-02-203-34/+258
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defrag big lists in portions to avoid latency and freeze
| * | | | | | | | | | | | | Defrag big lists in portions to avoid latency and freezeOran Agra2020-02-183-34/+258
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When active defrag kicks in and finds a big list, it will create a bookmark to a node so that it is able to resume iteration from that node later. The quicklist manages that bookmark, and updates it in case that node is deleted. This will increase memory usage only on lists of over 1000 (see active-defrag-max-scan-fields) quicklist nodes (1000 ziplists, not 1000 items) by 16 bytes. In 32 bit build, this change reduces the maximum effective config of list-compress-depth and list-max-ziplist-size (from 32767 to 8191)
* | | | | | | | | | | | | Merge pull request #6905 from guybe7/xgroup_destroy_unblockSalvatore Sanfilippo2020-02-201-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUP
| * | | | | | | | | | | | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUPGuy Benoish2020-02-191-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #6911 from hayashier/fix-typo-fssSalvatore Sanfilippo2020-02-201-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix typo from fss to rss
| * | | | | | | | | | | | | fix typo from fss to rsshayashier2019-12-311-2/+2
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Tracking: fix max-keys configuration directive.antirez2020-02-192-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-141-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes segfault on calling trackingGetTotalKeysItamar Haber2020-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... with CSC disabled
* | | | | | | | | | | | | Signal key as modified when expired on-access.antirez2020-02-141-2/+4
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes WATCH and client side caching with keys expiring because of a synchronous access and not because of background expiring.
* | | | | | | | | | | | Merge branch 'csc2' into unstableantirez2020-02-147-143/+347
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Tracking: fix operators precedence error in bcast check.antirez2020-02-141-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: fix behavior when switchinig from normal to BCAST.antirez2020-02-141-1/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: fix sending messages bug + tracking off bug.antirez2020-02-132-20/+28
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: BCAST: basic feature now works.antirez2020-02-123-40/+55
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: BCAST: broadcasting of keys in prefixes implemented.antirez2020-02-112-9/+94
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: BCAST: registration in the prefix table.antirez2020-02-113-20/+67
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: BCAST: parsing of the options + skeleton.antirez2020-02-104-19/+73
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: always reply with an array of keys.antirez2020-02-102-3/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: minor change of names and new INFO field.antirez2020-02-074-4/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Rax.c: populate data field after random walk.antirez2020-02-071-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: rename INFO field with total items.antirez2020-02-071-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Tracking: first conversion from hashing to key names.antirez2020-02-073-114/+84
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #6863 from oranagra/module_commands_no_slowlogSalvatore Sanfilippo2020-02-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add no-slowlog option to RM_CreateCommand
| * | | | | | | | | | | add no-slowlog option to RM_CreateCommandOran Agra2020-02-061-0/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #6691 from kraj/fno-commonSalvatore Sanfilippo2020-02-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Mark extern definition of SDS_NOINIT in sds.h
| * | | | | | | | | | | Mark extern definition of SDS_NOINIT in sds.hKhem Raj2019-12-211-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps in avoiding multiple definition of this variable, its also defined globally in sds.c Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | | | | | | | | | | correct help info for --user and --passlifubang2020-02-121-2/+2
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: lifubang <lifubang@acmcoder.com>
* | | | | | | | | | Merge pull request #6822 from guybe7/diskless_load_module_hook_fixSalvatore Sanfilippo2020-02-063-28/+44
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Diskless-load emptyDb-related fixes
| * | | | | | | | | | Diskless-load emptyDb-related fixesGuy Benoish2020-02-063-28/+44
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Call emptyDb even in case of diskless-load: We want modules to get the same FLUSHDB event as disk-based replication. 2. Do not fire any module events when flushing the backups array. 3. Delete redundant call to signalFlushedDb (Called from emptyDb).
* | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-0615-174/+140
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6826 from lifubang/opensslcliSalvatore Sanfilippo2020-02-061-9/+10
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix ssl args check for redis-cli