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
*
Experimental: new keyspace and expire algorithm.
new-keyspace
antirez
2019-06-18
1
-20
/
+24
*
Preserve client->id for blocked clients.
Yossi Gottlieb
2019-05-05
1
-1
/
+4
*
Merge pull request #5961 from yossigo/modules-tests
Salvatore Sanfilippo
2019-04-11
1
-0
/
+1
|
\
|
*
fix: missing initialization.
Yossi Gottlieb
2019-03-24
1
-0
/
+1
*
|
Aesthetic change to #5962 to conform to Redis style.
antirez
2019-04-10
1
-3
/
+1
*
|
slave corrupts replication stream when module blocked client uses large reply...
Oran Agra
2019-03-24
1
-6
/
+1
|
/
*
Merge pull request #5944 from yossigo/command-filtering
Salvatore Sanfilippo
2019-03-22
1
-7
/
+258
|
\
|
*
CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.
Yossi Gottlieb
2019-03-21
1
-3
/
+25
|
*
CommandFilter API: fix UnregisterCommandFilter.
Yossi Gottlieb
2019-03-21
1
-3
/
+2
|
*
CommandFilter API: Add unregister option.
Yossi Gottlieb
2019-03-21
1
-23
/
+71
|
*
CommandFilter API: Extend documentation.
Yossi Gottlieb
2019-03-19
1
-5
/
+43
|
*
CommandFilter API: Support Lua and RM_call() flows.
Yossi Gottlieb
2019-03-18
1
-7
/
+13
|
*
CommandFilter API: More cleanup.
Yossi Gottlieb
2019-03-18
1
-28
/
+9
|
*
Add command filtering argument handling API.
Yossi Gottlieb
2019-03-18
1
-0
/
+81
|
*
Initial command filter experiment.
Yossi Gottlieb
2019-03-18
1
-0
/
+76
*
|
Add RedisModule_GetKeyNameFromIO().
Yossi Gottlieb
2019-03-15
1
-0
/
+9
|
/
*
Improve comments after merging #5834.
antirez
2019-03-14
1
-5
/
+10
*
Merge pull request #5834 from guybe7/trim_module_sds
Salvatore Sanfilippo
2019-03-14
1
-0
/
+11
|
\
|
*
Trim SDS free space of retained module strings
Guy Benoish
2019-02-12
1
-0
/
+11
*
|
Merge pull request #5694 from guybe7/rm_log_args
Salvatore Sanfilippo
2019-03-14
1
-0
/
+2
|
\
\
|
*
|
Check server.verbosity in RM_LogRaw
Guy Benoish
2018-12-13
1
-0
/
+2
*
|
|
Merge branch 'sharedapi' into unstable
antirez
2019-03-14
1
-4
/
+146
|
\
\
\
|
*
|
|
Modules shared API: export new core APIs.
sharedapi
antirez
2018-12-20
1
-0
/
+2
|
*
|
|
Modules shared API: also unregister the module as user.
antirez
2018-12-20
1
-0
/
+23
|
*
|
|
Modules shared API: prevent unloading of used modules.
antirez
2018-12-20
1
-4
/
+10
|
*
|
|
Modules shared API: unregister APIs function.
antirez
2018-12-20
1
-0
/
+25
|
*
|
|
Modules shared API: initial core functions.
antirez
2018-12-20
1
-0
/
+86
|
*
|
|
Revert shared APIs to modify the design.
antirez
2018-12-20
1
-115
/
+0
|
*
|
|
added module ability to register api to be used by other modules
MeirShpilraien
2018-12-20
1
-0
/
+115
|
|
/
/
*
|
|
document additional flag of RM_GetContextFlags
swilly22
2019-03-13
1
-0
/
+3
*
|
|
Extend REDISMODULE_CTX_FLAGS to indicate if command was sent by master
swilly22
2019-03-11
1
-0
/
+3
|
|
/
|
/
|
*
|
ACL: set modules help clients to the root user.
antirez
2019-02-01
1
-0
/
+2
*
|
ACL: assign ACL command ID to modules commands.
antirez
2019-02-01
1
-0
/
+1
*
|
RESP3: addReplyString() -> addReplyProto().
antirez
2019-01-09
1
-2
/
+2
*
|
RESP3: initial implementation of the HELLO command.
antirez
2019-01-09
1
-14
/
+20
*
|
RESP3: module.c updated.
antirez
2019-01-09
1
-6
/
+6
|
/
*
fix timer context selected database
Hamid Alaei
2018-10-04
1
-1
/
+3
*
fix dict get on not found
Hamid Alaei
2018-10-01
1
-1
/
+1
*
Modules: Modules: dictionary API WIP #13: Compare API exported.
antirez
2018-09-27
1
-0
/
+2
*
Modules: Modules: dictionary API WIP #12: DictCompare API.
antirez
2018-09-27
1
-0
/
+8
*
Modules: Modules: dictionary API WIP #11: DictCompareC API.
antirez
2018-09-27
1
-0
/
+18
*
Modules: dictionary API WIP #10: export API to modules.
antirez
2018-09-26
1
-0
/
+20
*
Modules: dictionary API WIP #9: iterator returning string object.
antirez
2018-09-25
1
-6
/
+23
*
Modules: dictionary API WIP #8: Iterator next/prev.
antirez
2018-09-25
1
-0
/
+42
*
Modules: dictionary API WIP #7: don't store the context.
antirez
2018-09-25
1
-8
/
+7
*
Modules: dictionary API WIP #6: implement automatic memory management.
antirez
2018-09-25
1
-7
/
+21
*
Modules: dictionary API work in progress #5: rename API for consistency.
antirez
2018-09-25
1
-25
/
+25
*
Modules: change RedisModuleString API to allow NULL context.
antirez
2018-09-24
1
-12
/
+33
*
Modules: dictionary API work in progress #4: reseek API.
antirez
2018-09-24
1
-6
/
+25
*
Modules: dictionary API work in progress #3: Iterator creation.
antirez
2018-09-24
1
-1
/
+41
[next]