projects
/
redis.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
redis.git
2011-05-25
antirez
for performance reasons only set the debug hook if...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua max exec time fixes: redisLog() to log the event...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
call the Lua hook with minor frequency. It is already...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua scripts max execution time
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua memory usage in INFO
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
call lua_gc() for incremental garbage collection. Likel...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua scripting: Honor SELECT command in both ways
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Fixed a problem in the script engine that crashed the...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Status replies converted in a special way like errors...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Scripting doc updated
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Eval command table fixed to return the keys arguments...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
TODO updated
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Fixed nul bulk parsing in Redis protocol to Lua type...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Scripting todo list updated
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Multi bulk to Lua table now working
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Fixed arity detection of Redis command executed from...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
full conversion from Lua return value to redis reply...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
pupulate the Lua global tables KEYS and ARGV before...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
function to access to Redis command from Lua renamed...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
when creating not connected clients do not add them...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Correctly glue the reply buffer. For now returned as...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua call of Redis command work in progress: sorry I...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Lua function creation on EVAL, basic Lua return type...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
makefile adapted to link against lua lib and to pass...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
antirez
Fix for Pub/Sub system, introduced in Redis 2.2.6 with...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
antirez
Comment typo fixed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
antirez
Fixed typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2011-05-20
antirez
Merge branch 'unstable' of github.com:antirez/redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-20
antirez
Print version info before running the test
commit
|
commitdiff
|
tree
|
snapshot
2011-05-19
antirez
Fix for ZUNIONSTORE bug when there is an empty set...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-16
antirez
fmacros in utils.c to avoid warning about strcasecmp()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
antirez
Fixed misuse of the new iterator semantics in ZUNIONSTORE
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
antirez
Fix for a possible bug related to ZINTER/UNIONSTORE...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-15
antirez
Fixed SINTER[STORE] problem related to the new copy...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
antirez
replication with expire test modified to produce no...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
antirez
Merge branch 'unstable' of github.com:antirez/redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
antirez
ZINTERSTORE regressiont test with two sets, intset...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
antirez
removed assert causing an illegal memory access. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
antirez
RDB version signature bumped to 2, now that direct...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
antirez
Introduced a safe iterator interface that can be used...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
antirez
DEBUG DIGEST additional lookup needed for VM removed...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
antirez
Useless statement removed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
antirez
when Redis fails accepting a new connection reports...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
antirez
Cluster TODO updated
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
antirez
clear importing/exporing state when appropriate on...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
antirez
CLUSTER SETSLOT command and some refactoring of the...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
antirez
CLUSTER DELSLOTS
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
antirez
Fixed semantics of CLUSTER SETSLOT, SELECT now only...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
antirez
CLUSTER SETSLOT STABLE fixed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
antirez
missing return caused protocol desync in CLUSTER SETSLOT
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
antirez
Fixed problem in cluster redirection due to a stupid...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Extra tests for string2ll
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Check seplen and len before malloc'ing "tokens"
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Check for \n after finding \r
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Show memory allocator in INFO output
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Use string2ll in ziplist code (faster)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Tests for string2ll; move isObject* to object.c
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Move code
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
More allocators
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Inline sdslen and sdsavail (thanks to @bitbckt)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Update hiredis
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Use custom string2ll and strchr
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Pieter Noordhuis
Fix ziplist regression and update stresser
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
antirez
cluster import/export of hash slots implemented in...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
antirez
if /dev/urandom is not available use rand() to get...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
antirez
Better pretty printed makefile output
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
antirez
initial pretty printing in makefile
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
antirez
CLUSTER SETSLOT implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
antirez
render migrating and importing slots in cluster nodes...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
antirez
Merge branch 'unstable' of github.com:antirez/redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
antirez
Fixed a problem with string2ll()
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
antirez
CLUSTER subcommands to set slots in migrating or import...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
antirez
CLUSTER GETKEYSINSLOT implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
antirez
CLUSTER KEYSLOT command
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
antirez
Fixed a bug with replication where SLAVEOF NO ONE cause...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-28
antirez
take a hashslot -> keys index, will be used for cluster...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Pieter Noordhuis
Use correct argc/argv for cleanup when loading AOF
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Pieter Noordhuis
Reformat AOF tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
antirez
peak fragmentation ratio removed as it is a confusing...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
antirez
CLIENT KILL implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
antirez
CLIENT LIST implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
antirez
save peak memory usage as statistic and show it in...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
antirez
removed check for zmalloc return NULL in createClient...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
antirez
Variadic SREM
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
antirez
variadic HDEL with tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
Variadic SADD tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
variadic SADD
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
addReplyLongLong optimized to return shared objects...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
version bumped to 2.9, that is, 3.0 unstable
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
tests for variadic list push
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
test fixed after ascii art banner modified the output...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
antirez
variadic LPUSH/RPUSH
commit
|
commitdiff
|
tree
|
snapshot
2011-04-14
antirez
Merge remote branch 'pietern/unstable-zset' into unstable
commit
|
commitdiff
|
tree
|
snapshot
2011-04-14
antirez
redis-trib: functions implementing commands moved at...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
fixed bug due to typo in code
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
fixed typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
fixed a typo in redis-trib
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
use map! instead of reassigning
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
hopefully more readable info_string method in redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
antirez
redis-trib create, first version is know working
commit
|
commitdiff
|
tree
|
snapshot
next