]>
git.saurik.com Git - redis.git/log
antirez [Tue, 14 Jun 2011 16:06:39 +0000 (18:06 +0200)]
Updated to unstable
antirez [Tue, 14 Jun 2011 15:11:44 +0000 (17:11 +0200)]
Fixed init script bug, thanks to Henrik Westphal
antirez [Tue, 14 Jun 2011 11:48:49 +0000 (13:48 +0200)]
Better init script
Salvatore Sanfilippo [Tue, 14 Jun 2011 08:26:42 +0000 (01:26 -0700)]
Merge pull request #58 from hampus/fix-autorewrite
Fix automatic rewrite starting too early
Hampus Wessman [Sun, 12 Jun 2011 05:27:01 +0000 (07:27 +0200)]
Fix automatic rewrite starting too early.
Slight adjustment in growth calculation.
antirez [Fri, 10 Jun 2011 16:35:16 +0000 (18:35 +0200)]
different message on BGREWRITEAOF when it is just scheduled and not started.
antirez [Fri, 10 Jun 2011 16:13:57 +0000 (18:13 +0200)]
minor code aesthetic change
antirez [Fri, 10 Jun 2011 13:15:29 +0000 (15:15 +0200)]
Make sure an automatic rewrite only gets triggered when no other child is in execution.
antirez [Fri, 10 Jun 2011 13:14:10 +0000 (15:14 +0200)]
CONFIG SET/GET support for new automatic AOF rewrite parameters
antirez [Fri, 10 Jun 2011 12:56:45 +0000 (14:56 +0200)]
correctly set AOF base size field in server structure
antirez [Fri, 10 Jun 2011 12:52:47 +0000 (14:52 +0200)]
Added new INFO fields related to the new AOF auto rewrite feature
antirez [Fri, 10 Jun 2011 12:47:12 +0000 (14:47 +0200)]
Fixed bug in AOF rewrite not working because of integer overflow
antirez [Fri, 10 Jun 2011 12:44:06 +0000 (14:44 +0200)]
debugging printf removed
antirez [Fri, 10 Jun 2011 12:43:11 +0000 (14:43 +0200)]
AOF auto rewrite percentage option parsing fixed
antirez [Fri, 10 Jun 2011 12:28:14 +0000 (14:28 +0200)]
Merge remote branch 'pietern/unstable-bench' into unstable
antirez [Fri, 10 Jun 2011 12:25:27 +0000 (14:25 +0200)]
Avoid division by zero issues in the automatically triggered AOF rewrite feature.
antirez [Fri, 10 Jun 2011 10:39:40 +0000 (12:39 +0200)]
Merge remote branch 'origin/unstable' into unstable
antirez [Fri, 10 Jun 2011 10:39:23 +0000 (12:39 +0200)]
automatic AOF rewrite first implementation. Still to be tested.
Salvatore Sanfilippo [Thu, 9 Jun 2011 16:50:55 +0000 (09:50 -0700)]
Merge pull request #57 from melo/patch-1
Small fix in the installation instructions
Pedro Melo [Thu, 9 Jun 2011 16:14:18 +0000 (09:14 -0700)]
Small fix in the installation instructions
Hampus Wessman [Thu, 9 Jun 2011 09:17:32 +0000 (11:17 +0200)]
Fix Makefile colors.
echo with escape sequences isn't portable. Use printf instead.
antirez [Thu, 9 Jun 2011 13:35:07 +0000 (15:35 +0200)]
Two fixes for replication: Slave performs the AOF rewrite at the right point. Non blocking connect also uses readable handler as with old Linux kernels like 2.6.18 on connection refused the writable even is not fired (kernel bug).
antirez [Wed, 8 Jun 2011 15:09:18 +0000 (17:09 +0200)]
Better colorized Makefile implementation, inspired by git makefile
antirez [Sun, 5 Jun 2011 18:51:49 +0000 (20:51 +0200)]
Merge remote branch 'origin/unstable' into unstable
antirez [Sun, 5 Jun 2011 18:51:07 +0000 (20:51 +0200)]
no more client-libraries directory
antirez [Sun, 5 Jun 2011 18:50:22 +0000 (20:50 +0200)]
no more html documentation
antirez [Thu, 2 Jun 2011 15:41:42 +0000 (17:41 +0200)]
touch less pages in decrRefCount
Pieter Noordhuis [Wed, 1 Jun 2011 00:38:39 +0000 (17:38 -0700)]
There is no debug mode in benchmark tool
Pieter Noordhuis [Wed, 1 Jun 2011 00:19:11 +0000 (17:19 -0700)]
Provide custom command to benchmark against via args
Pieter Noordhuis [Wed, 1 Jun 2011 00:15:42 +0000 (17:15 -0700)]
More const's in redis-benchmark.c
antirez [Tue, 31 May 2011 18:30:54 +0000 (20:30 +0200)]
ZREM tests
antirez [Tue, 31 May 2011 18:15:18 +0000 (20:15 +0200)]
Variadic ZREM
antirez [Tue, 31 May 2011 18:14:29 +0000 (20:14 +0200)]
Fix for the variadic version of SREM. Regression test added.
antirez [Tue, 31 May 2011 16:49:12 +0000 (18:49 +0200)]
disabled development test entry, tests moved in the right place
antirez [Tue, 31 May 2011 16:35:09 +0000 (18:35 +0200)]
Variadic ZADD tests
antirez [Tue, 31 May 2011 15:47:34 +0000 (17:47 +0200)]
Variadic ZADD
Pieter Noordhuis [Mon, 30 May 2011 00:55:13 +0000 (17:55 -0700)]
Make replication faster (biggest gain for small number of slaves)
antirez [Sun, 29 May 2011 13:17:29 +0000 (15:17 +0200)]
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
antirez [Sun, 29 May 2011 12:26:01 +0000 (14:26 +0200)]
Merge remote branch 'pietern/unstable-replnonblock' into unstable
antirez [Sat, 28 May 2011 13:41:08 +0000 (15:41 +0200)]
redis-cli: -i (interval) implemented, to wait the specified number of seconds (decimal digits are allowed) between commands.
antirez [Sat, 28 May 2011 13:25:48 +0000 (15:25 +0200)]
redis-cli: Use the repetiton prefix after a reconnection.
antirez [Sat, 28 May 2011 13:13:55 +0000 (15:13 +0200)]
redis-cli in REPL mode is now able to send the same command multiple times, prefixing the command with a number as in "10 ping"
antirez [Sat, 28 May 2011 13:04:12 +0000 (15:04 +0200)]
redis-cli no longer aborts in repl-mode on error, and retries to reconncet with the server at every command issued if the state is not connected. Also the prompt shows the server we are connected to.
antirez [Tue, 24 May 2011 17:43:11 +0000 (19:43 +0200)]
Make sure error and status replies emitted by Lua scripts can never have more than a newline, otherwise it is a protocol violation and clients will desync.
antirez [Tue, 24 May 2011 16:40:37 +0000 (18:40 +0200)]
Scripting tests added
antirez [Mon, 16 May 2011 16:36:07 +0000 (18:36 +0200)]
Fix for wrong error level detection in redis.log()
antirez [Mon, 16 May 2011 16:32:03 +0000 (18:32 +0200)]
All commands exported by Redis to Lua scripts are now inside the redis table. Implemented redis.log() function.
antirez [Fri, 13 May 2011 20:02:38 +0000 (22:02 +0200)]
EVALSHA implemented
antirez [Fri, 13 May 2011 14:42:43 +0000 (16:42 +0200)]
Now it is possible to return multi bulks of multi bulks from Lua, just returning tables of tables. The new conversion of the Null bulk and multi bulk type is the Lua false type.
antirez [Fri, 6 May 2011 15:37:03 +0000 (17:37 +0200)]
for performance reasons only set the debug hook if the time limit is enabled.
antirez [Fri, 6 May 2011 15:30:54 +0000 (17:30 +0200)]
Lua max exec time fixes: redisLog() to log the event moved before the lua_error() call that does a long jump so never returns. Aesthetic fixes in error message.
antirez [Fri, 6 May 2011 15:25:19 +0000 (17:25 +0200)]
call the Lua hook with minor frequency. It is already enough to call it every 100000 istructions for near millisecond precision.
antirez [Fri, 6 May 2011 15:21:27 +0000 (17:21 +0200)]
Lua scripts max execution time
antirez [Sat, 7 May 2011 09:40:29 +0000 (11:40 +0200)]
Lua memory usage in INFO
antirez [Sat, 7 May 2011 09:32:37 +0000 (11:32 +0200)]
call lua_gc() for incremental garbage collection. Likely there is to tune this at some point.
antirez [Mon, 2 May 2011 22:07:41 +0000 (00:07 +0200)]
Lua scripting: Honor SELECT command in both ways
antirez [Mon, 2 May 2011 21:04:08 +0000 (23:04 +0200)]
Fixed a problem in the script engine that crashed the server if the reply was not stored just int the static buffer of the client structure.
antirez [Mon, 2 May 2011 08:08:26 +0000 (10:08 +0200)]
Status replies converted in a special way like errors in the Lua <-> Redis conversion code.
antirez [Sun, 1 May 2011 22:44:02 +0000 (00:44 +0200)]
Scripting doc updated
antirez [Sun, 1 May 2011 22:36:25 +0000 (00:36 +0200)]
Eval command table fixed to return the keys arguments of the command. We use zunionInterGetKeys() as it ZUNION/ZINTER have exactly the same semantic with a prefixed number of keys followed by key names.
antirez [Sun, 1 May 2011 22:12:37 +0000 (00:12 +0200)]
TODO updated
antirez [Sun, 1 May 2011 21:43:10 +0000 (23:43 +0200)]
Fixed nul bulk parsing in Redis protocol to Lua type convertion. Check for bad Lua types as arguements of the redis() Lua command.
antirez [Sun, 1 May 2011 13:50:33 +0000 (15:50 +0200)]
Scripting todo list updated
antirez [Sun, 1 May 2011 13:48:26 +0000 (15:48 +0200)]
Multi bulk to Lua table now working
antirez [Sun, 1 May 2011 13:26:47 +0000 (15:26 +0200)]
Fixed arity detection of Redis command executed from Lua script. Error reporting from Lua fixed. More work on the Redis reply to lua conversion code.
antirez [Sun, 1 May 2011 12:47:52 +0000 (14:47 +0200)]
full conversion from Lua return value to redis reply. Partial conversion from Redis reply to Lua type.
antirez [Sun, 1 May 2011 11:07:44 +0000 (13:07 +0200)]
pupulate the Lua global tables KEYS and ARGV before executing the script
antirez [Sun, 1 May 2011 10:49:02 +0000 (12:49 +0200)]
function to access to Redis command from Lua renamed from r() to redis()
antirez [Sun, 1 May 2011 01:27:40 +0000 (03:27 +0200)]
when creating not connected clients do not add them into the clients list, otherwise they will be subject to timeouts and other stuff
antirez [Sun, 1 May 2011 01:12:53 +0000 (03:12 +0200)]
Correctly glue the reply buffer. For now returned as it is to Lua, but will be converted into Lua native type later.
antirez [Sat, 30 Apr 2011 20:29:21 +0000 (22:29 +0200)]
Lua call of Redis command work in progress: sorry I have to go to the cinema to watch the Source Code movie
antirez [Sat, 30 Apr 2011 15:46:52 +0000 (17:46 +0200)]
Lua function creation on EVAL, basic Lua return type to Redis protocol convertion done.
antirez [Sat, 30 Apr 2011 14:15:30 +0000 (16:15 +0200)]
makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system
antirez [Wed, 25 May 2011 10:29:14 +0000 (12:29 +0200)]
Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write safe iterator semantics. In the hope this is the last bug I introduced this way.
antirez [Tue, 24 May 2011 08:43:19 +0000 (10:43 +0200)]
Comment typo fixed
antirez [Tue, 24 May 2011 08:35:48 +0000 (10:35 +0200)]
Fixed typo in comment
Pieter Noordhuis [Sun, 22 May 2011 10:57:30 +0000 (12:57 +0200)]
Configurable synchronous I/O timeout
Pieter Noordhuis [Sun, 22 May 2011 10:41:24 +0000 (12:41 +0200)]
Minor changes in non-blocking repl. connect
antirez [Fri, 20 May 2011 09:45:05 +0000 (11:45 +0200)]
Merge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Fri, 20 May 2011 09:44:09 +0000 (11:44 +0200)]
Print version info before running the test
Pieter Noordhuis [Thu, 19 May 2011 16:53:06 +0000 (18:53 +0200)]
Non-blocking connect with master
antirez [Thu, 19 May 2011 15:58:29 +0000 (17:58 +0200)]
Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regression test added.
antirez [Mon, 16 May 2011 15:20:27 +0000 (17:20 +0200)]
fmacros in utils.c to avoid warning about strcasecmp()
antirez [Sun, 15 May 2011 15:28:06 +0000 (17:28 +0200)]
Fixed misuse of the new iterator semantics in ZUNIONSTORE
antirez [Sun, 15 May 2011 13:33:01 +0000 (15:33 +0200)]
Fix for a possible bug related to ZINTER/UNIONSTORE called with the same source set more than one time.
antirez [Sun, 15 May 2011 10:15:54 +0000 (12:15 +0200)]
Fixed SINTER[STORE] problem related to the new copy on write safe iterator
antirez [Thu, 12 May 2011 18:15:13 +0000 (20:15 +0200)]
replication with expire test modified to produce no or less false failures
antirez [Thu, 12 May 2011 18:21:00 +0000 (20:21 +0200)]
Merge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Thu, 12 May 2011 18:20:25 +0000 (20:20 +0200)]
ZINTERSTORE regressiont test with two sets, intset+hashtable
antirez [Wed, 11 May 2011 07:49:23 +0000 (09:49 +0200)]
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
antirez [Tue, 10 May 2011 09:31:37 +0000 (11:31 +0200)]
RDB version signature bumped to 2, now that direct saving of specially encoded types is implemented 2.2 instances are no longer able to read rdb files produced by 2.4 or unstable.
antirez [Tue, 10 May 2011 08:15:50 +0000 (10:15 +0200)]
Introduced a safe iterator interface that can be used to iterate while accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
antirez [Tue, 10 May 2011 08:08:01 +0000 (10:08 +0200)]
DEBUG DIGEST additional lookup needed for VM removed from unstable branch that does not have VM at all
antirez [Tue, 10 May 2011 08:07:04 +0000 (10:07 +0200)]
Useless statement removed
antirez [Sat, 7 May 2011 09:47:34 +0000 (11:47 +0200)]
when Redis fails accepting a new connection reports the error at WARNING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
antirez [Fri, 6 May 2011 14:23:14 +0000 (16:23 +0200)]
Cluster TODO updated
antirez [Fri, 6 May 2011 14:08:10 +0000 (16:08 +0200)]
clear importing/exporing state when appropriate on SETSLOT or ADDSLOTS cluster commands
antirez [Fri, 6 May 2011 13:44:09 +0000 (15:44 +0200)]
CLUSTER SETSLOT command and some refactoring of the cluster command
antirez [Fri, 6 May 2011 11:38:27 +0000 (13:38 +0200)]
CLUSTER DELSLOTS
antirez [Thu, 5 May 2011 16:10:02 +0000 (18:10 +0200)]
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if selected DB is not 0 so that MIGRATE still works well.