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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling: s/synchrnonization/synchronization
David Tran
2012-04-25
1
-1
/
+1
*
redis-check-dump now is RDB version 6 ready.
antirez
2012-04-24
2
-4
/
+36
*
Spurious debugging printf removed.
antirez
2012-04-24
1
-1
/
+0
*
Added two new encodings to ziplist.c
antirez
2012-04-24
1
-19
/
+46
*
rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.
antirez
2012-04-24
1
-1
/
+1
*
ziplist.c: added comments about the new 24 bit encoding.
antirez
2012-04-24
1
-0
/
+4
*
Add a 24bit integer to ziplists to save one byte for ints that can
Grisha Trubetskoy
2012-04-24
2
-1
/
+17
*
Fixed a bug in propagation of PUBLISH via the cluster bus.
antirez
2012-04-24
1
-1
/
+1
*
A few compiler warnings suppressed.
antirez
2012-04-24
3
-3
/
+6
*
Fix and refactoring of code used to get registers on crash.
antirez
2012-04-24
1
-20
/
+32
*
Merge pull request #421 from ErikDubbelboer/sds-const
Salvatore Sanfilippo
2012-04-23
2
-22
/
+22
|
\
|
*
Added consts keyword where possible
Erik Dubbelboer
2012-03-30
2
-22
/
+22
*
|
Remove loadfile() access from the scripting engine.
antirez
2012-04-23
1
-0
/
+9
*
|
Even inside #if 0 comments are comments.
antirez
2012-04-21
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/unstable' into unstable
antirez
2012-04-21
4
-16
/
+16
|
\
\
|
*
\
Merge pull request #440 from ErikDubbelboer/spelling
Salvatore Sanfilippo
2012-04-21
4
-16
/
+16
|
|
\
\
|
|
*
|
Update src/rdb.c
Erik Dubbelboer
2012-04-07
1
-1
/
+1
|
|
*
|
Update src/dict.c
Erik Dubbelboer
2012-04-07
1
-1
/
+1
|
|
*
|
Fixed some spelling errors in the comments
Erik Dubbelboer
2012-04-07
4
-16
/
+16
*
|
|
|
Limit memory used by big SLOWLOG entries.
antirez
2012-04-21
3
-7
/
+33
|
/
/
/
*
|
|
SHUTDOWN NOSAVE now can stop a non returning script. Issue #466.
antirez
2012-04-19
1
-1
/
+1
*
|
|
Currenly not used code in dict.c commented out.
antirez
2012-04-18
1
-14
/
+15
*
|
|
redis-cli --bigkeys output modified to be simpler to read..
antirez
2012-04-18
1
-1
/
+1
*
|
|
redis-cli --bigkeys
antirez
2012-04-18
1
-0
/
+93
*
|
|
Document mostly dead code in RPOPLPUSH implementation.
antirez
2012-04-18
1
-0
/
+2
*
|
|
Merge pull request #456 from pietern/unstable-mkopts
Salvatore Sanfilippo
2012-04-18
2
-54
/
+65
|
\
\
\
|
*
|
|
Persist `make` settings and trigger rebuild if anything changes
Pieter Noordhuis
2012-04-13
1
-18
/
+23
|
*
|
|
Don't set flags recursively
Pieter Noordhuis
2012-04-13
1
-1
/
+1
|
*
|
|
Remove unused LIBS variable
Pieter Noordhuis
2012-04-13
1
-2
/
+2
|
*
|
|
First set defaults, then do composition
Pieter Noordhuis
2012-04-13
1
-15
/
+16
|
*
|
|
Question mark assignment is not needed
Pieter Noordhuis
2012-04-13
1
-2
/
+2
|
*
|
|
Ignore gcov/lcov artifacts
Pieter Noordhuis
2012-04-13
1
-0
/
+5
|
*
|
|
The lcov target shouldn't clean
Pieter Noordhuis
2012-04-13
1
-1
/
+1
|
*
|
|
Rename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS -> FINAL_*FLAGS
Pieter Noordhuis
2012-04-13
1
-30
/
+30
*
|
|
|
Marginally cleaner lookupKeyByPattern() implementation.
antirez
2012-04-18
1
-3
/
+3
*
|
|
|
Two small fixes to maxclients handling.
antirez
2012-04-18
2
-1
/
+3
*
|
|
|
lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460.
antirez
2012-04-17
1
-32
/
+42
|
/
/
/
*
|
|
Merge branch 'strict.lua' into unstable
antirez
2012-04-13
1
-2
/
+44
|
\
\
\
|
*
|
|
EVAL errors are more clear now.
antirez
2012-04-13
1
-3
/
+3
|
*
|
|
Use Lua tostring() before concatenation.
antirez
2012-04-13
1
-1
/
+1
|
*
|
|
mt.declared is no longer needed.
antirez
2012-04-13
1
-4
/
+2
|
*
|
|
Stop access to global vars. Not configurable.
antirez
2012-04-13
4
-40
/
+4
|
*
|
|
Globals protection global() function modified for speed and correctness.
antirez
2012-04-13
1
-2
/
+6
|
*
|
|
Scripting: globals protection can now be switched on/off.
antirez
2012-04-13
4
-34
/
+66
|
*
|
|
Protect globals access in Lua scripting.
antirez
2012-03-29
1
-0
/
+44
*
|
|
|
A few var names fixed in Makefile.
antirez
2012-04-13
1
-7
/
+7
*
|
|
|
Print arch bits with redis-server -v
antirez
2012-04-12
1
-2
/
+6
*
|
|
|
memtest.c: integer overflow fixed.
antirez
2012-04-12
1
-1
/
+1
*
|
|
|
Make gcov fixed.
antirez
2012-04-12
1
-1
/
+1
*
|
|
|
Makefile now introduces Redis-specific CFLAGS / LDFLAGS. Gcov target fixed. A...
antirez
2012-04-12
1
-64
/
+65
[next]