index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix uninitialized info_cb var in module.c
Oran Agra
2020-02-03
1
-0
/
+1
*
Merge pull request #6812 from guybe7/str_convert_fix
Salvatore Sanfilippo
2020-01-30
1
-1
/
+1
|
\
|
*
ld2string should fail if string contains \0 in the middle
Guy Benoish
2020-01-30
1
-1
/
+1
*
|
Add more info in the unblockClientFromModule() function.
antirez
2020-01-29
1
-1
/
+7
|
/
*
Merge pull request #6699 from guybe7/module_blocked_on_key_timeout_memleak
Salvatore Sanfilippo
2020-01-29
1
-0
/
+9
|
\
|
*
Modules: Fix blocked-client-related memory leak
Guy Benoish
2019-12-30
1
-0
/
+9
*
|
Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.
Yossi Gottlieb
2019-12-23
1
-0
/
+6
|
/
*
Fix ip and missing mode in RM_GetClusterNodeInfo().
antirez
2019-12-20
1
-2
/
+5
*
Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multi
Salvatore Sanfilippo
2019-12-19
1
-4
/
+6
|
\
|
*
Propagation: flag module client as CLIENT_MULTI if needed
zhaozhao.zz
2019-11-22
1
-0
/
+5
|
*
Propagation: wrap commands in also_propagate array with MULIT/EXEC
zhaozhao.zz
2019-11-22
1
-4
/
+1
*
|
Modules: rewrite top function doc of AvoidReplicaTraffic().
antirez
2019-12-18
1
-4
/
+20
*
|
Merge pull request #6497 from oranagra/avoid_replica_traffic
Salvatore Sanfilippo
2019-12-18
1
-0
/
+9
|
\
\
|
*
|
Add module API for AvoidReplicaTraffic
Oran Agra
2019-12-12
1
-0
/
+9
|
|
/
*
|
Avoid changing setKey() API after #6679 fix.
antirez
2019-12-18
1
-3
/
+3
*
|
add a new SET option KEEPTTL that doesn't remove expire time
zhaozhao.zz
2019-12-18
1
-3
/
+3
*
|
Merge pull request #5916 from madolson/dev-unstable-acl-module-pr
Salvatore Sanfilippo
2019-12-17
1
-0
/
+220
|
\
\
|
*
|
Tweaking the documentation
Madelyn Olson
2019-12-17
1
-19
/
+17
|
*
|
Add module APIs for custom authentication
Madelyn Olson
2019-12-17
1
-0
/
+222
*
|
|
Split error message so dependandent callers give a useful result
Madelyn Olson
2019-12-16
1
-1
/
+4
*
|
|
Added better exception handling around scripting and module
Madelyn Olson
2019-12-16
1
-2
/
+9
|
/
/
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2019-12-16
1
-8
/
+16
|
\
\
|
*
|
Improve RM_ModuleTypeReplaceValue() API.
Yossi Gottlieb
2019-12-12
1
-8
/
+16
*
|
|
Modules: allow to execute RM_Call() from the module init function.
antirez
2019-12-13
1
-0
/
+2
|
/
/
*
|
Remove useless space from moduleLoad().
antirez
2019-12-12
1
-1
/
+1
*
|
Merge branch 'unstable' into ModuleSecurity
Salvatore Sanfilippo
2019-12-12
1
-109
/
+2160
|
\
\
|
*
\
Merge pull request #6656 from oranagra/leak_rm_load_from_str
Salvatore Sanfilippo
2019-12-11
1
-2
/
+12
|
|
\
\
|
|
*
|
fix leak in RM_LoadDataTypeFromString, and save
Oran Agra
2019-12-11
1
-2
/
+12
|
*
|
|
Modules: more clarification about disconnection callback.
antirez
2019-12-09
1
-2
/
+2
|
|
/
/
|
*
|
Modules: clarify when the disconnection callback is called.
antirez
2019-12-05
1
-1
/
+4
|
*
|
Modules: create timers in contexts without a client.
antirez
2019-12-03
1
-1
/
+1
|
|
/
|
*
Merge branch 'unstable' into rm_get_server_info
Salvatore Sanfilippo
2019-11-21
1
-45
/
+678
|
|
\
|
|
*
Merge pull request #6547 from guybe7/module_api_streams
Salvatore Sanfilippo
2019-11-21
1
-1
/
+4
|
|
|
\
|
|
|
*
Support streams in general module API functions
Guy Benoish
2019-11-06
1
-1
/
+4
|
|
*
|
Recomment PR #6346.
antirez
2019-11-21
1
-8
/
+12
|
|
*
|
Merge branch 'unstable' into expose_zmalloc_capabilities
Salvatore Sanfilippo
2019-11-21
1
-40
/
+434
|
|
|
\
\
|
|
|
*
\
Merge branch 'unstable' into module-long-double
Salvatore Sanfilippo
2019-11-19
1
-40
/
+393
|
|
|
|
\
\
|
|
|
|
*
\
Merge pull request #6557 from oranagra/rm_lru_lfu_revized
Salvatore Sanfilippo
2019-11-19
1
-22
/
+42
|
|
|
|
|
\
\
|
|
|
|
|
*
|
rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU
Oran Agra
2019-11-10
1
-22
/
+42
|
|
|
|
|
|
/
|
|
|
|
*
|
Merge pull request #6597 from yossigo/rm-call-extended-errors
Salvatore Sanfilippo
2019-11-19
1
-3
/
+5
|
|
|
|
|
\
\
|
|
|
|
|
*
|
Improve RM_Call() errno classification.
Yossi Gottlieb
2019-11-19
1
-3
/
+5
|
|
|
|
|
|
/
|
|
|
|
*
|
Merge branch 'unstable' into scan_module_impl
Salvatore Sanfilippo
2019-11-19
1
-4
/
+87
|
|
|
|
|
\
\
|
|
|
|
|
*
\
Merge pull request #6577 from oranagra/module_doc
Salvatore Sanfilippo
2019-11-19
1
-0
/
+2
|
|
|
|
|
|
\
\
|
|
|
|
|
|
*
|
module docs, missing LOADING flag
Oran Agra
2019-11-14
1
-0
/
+2
|
|
|
|
|
|
|
/
|
|
|
|
|
*
|
Merge pull request #4076 from yossigo/add_mt_replacevalue
Salvatore Sanfilippo
2019-11-19
1
-1
/
+28
|
|
|
|
|
|
\
\
|
|
|
|
|
|
*
|
Add RM_ModuleTypeReplaceValue.
Yossi Gottlieb
2019-11-14
1
-1
/
+28
|
|
|
|
|
|
|
/
|
|
|
|
|
*
|
Merge pull request #3383 from yossigo/datatype_load_save
Salvatore Sanfilippo
2019-11-19
1
-0
/
+55
|
|
|
|
|
|
\
\
|
|
|
|
|
|
*
|
Add ModuleDataType to/from string serialization.
Yossi Gottlieb
2019-11-04
1
-0
/
+55
|
|
|
|
|
|
|
/
|
|
|
|
|
*
|
Slightly more efficient RM_ReplyWithEmptyString
Oran Agra
2019-11-14
1
-3
/
+2
|
|
|
|
|
|
/
|
|
|
|
*
|
Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan API
Oran Agra
2019-11-11
1
-59
/
+196
[next]