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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lua debugger: infinite loop detection.
ldb
antirez
2015-11-18
1
-7
/
+35
*
Lua debugger: fix trace command infinite loop.
antirez
2015-11-17
1
-5
/
+6
*
Lua debugger: redis-cli: allow restart after end of session.
antirez
2015-11-17
1
-1
/
+3
*
Lua debugger: redis-cli can restart Lua debugging sessions.
antirez
2015-11-17
1
-44
/
+74
*
Lua debugger: maxlen command implemented.
antirez
2015-11-17
2
-14
/
+55
*
Lua debugger: trace command implemented.
antirez
2015-11-17
1
-0
/
+24
*
Lua debugger: redis-cli: show compile errors in LDB mode.
antirez
2015-11-17
1
-3
/
+12
*
Lua debugger: print without args show all local vars.
antirez
2015-11-17
1
-5
/
+34
*
Lua debugger: default behavior of "list" command changed.
antirez
2015-11-17
1
-4
/
+14
*
Lua debugger: redis-cli error when --ldb is without --eval.
antirez
2015-11-17
1
-0
/
+7
*
Lua debugger: use sds_malloc() to allocate eval cli array.
antirez
2015-11-17
5
-1
/
+35
*
Lua debugging: fix error message for SCRIPT DEBUG.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: reply +OK to SCRIPT DEBUG no.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: call wait3() if there are pending forked debugging sessions.
antirez
2015-11-17
3
-1
/
+10
*
Lua debugger: abort implemented.
antirez
2015-11-17
1
-0
/
+5
*
Lua debugger: ldbSendLogs() memory leak fixed.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: better support for synchronous mode.
antirez
2015-11-17
2
-3
/
+22
*
Lua debugger: handle forked sessions children during shutdown.
antirez
2015-11-17
3
-5
/
+51
*
Lua debugger: inform user changes are rolled back.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: fix help typo, beark -> break.
antirez
2015-11-17
1
-4
/
+4
*
Lua debugger: clear end of session protocol.
antirez
2015-11-17
2
-9
/
+23
*
Lua debugger: redis.debug() implemented.
antirez
2015-11-17
2
-15
/
+44
*
Lua debugger: redis-cli, mark end of debugging session.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: removing breakpoints now works.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: redis command implemented.
antirez
2015-11-17
1
-1
/
+26
*
Lua debugger: try to eval as expression first.
antirez
2015-11-17
1
-4
/
+13
*
Lua debugger: much better Lua values pretty printer.
antirez
2015-11-17
2
-17
/
+70
*
Lua debugger: print now handles ARGV and KEYS.
antirez
2015-11-17
1
-2
/
+10
*
Lua debugger: added comment about helper functions.
antirez
2015-11-17
1
-0
/
+3
*
Lua debugger: redis.breakpoint() implemented.
antirez
2015-11-17
1
-2
/
+27
*
Lua debugger: output improvements, eval command.
antirez
2015-11-17
2
-54
/
+186
*
Lua debugger: breakpoints.
antirez
2015-11-17
2
-12
/
+148
*
Lua debugger: ability to show local vars content.
antirez
2015-11-17
1
-7
/
+85
*
Lua debugger: log Redis commands. List command.
antirez
2015-11-17
2
-7
/
+82
*
Lua debugger: initial REPL.
antirez
2015-11-17
2
-20
/
+164
*
Lua debugger: foundations implemented.
antirez
2015-11-17
5
-21
/
+206
*
Remove "s" flag for MIGRATE in command table.
antirez
2015-11-17
1
-1
/
+1
*
Update redis-cli help and the script to generate it.
antirez
2015-11-17
2
-9
/
+183
*
Fix MIGRATE entry in command table.
antirez
2015-11-17
1
-1
/
+1
*
AOF: rewriting child killed by SIGUSR1 is not an error.
antirez
2015-11-13
1
-2
/
+4
*
call() deserves a good top-comment.
antirez
2015-11-10
1
-2
/
+38
*
Merge pull request #2848 from badboy/removed-printf
Salvatore Sanfilippo
2015-11-09
1
-1
/
+0
|
\
|
*
Remove printf
Jan-Erik Rediger
2015-11-04
1
-1
/
+0
*
|
Best effort flush of slave buffers before SHUTDOWN.
antirez
2015-11-09
2
-1
/
+14
*
|
Use clientHasPendingReplies() in flushSlavesOutputBuffers()
antirez
2015-11-09
1
-1
/
+1
*
|
Scripting: fix redis.call() error reporting.
antirez
2015-11-09
1
-5
/
+18
*
|
Fix error reply in subscribed Pub/Sub mode.
antirez
2015-11-09
1
-1
/
+1
*
|
Initialize all Lua scripting related things into scripting.c
antirez
2015-11-05
3
-12
/
+33
*
|
scripting.c source code better organized into sections.
antirez
2015-11-05
2
-155
/
+182
*
|
Fix HINCRBYFLOAT to work with long doubles.
antirez
2015-11-04
3
-8
/
+8
[next]