]>
git.saurik.com Git - redis.git/log
antirez [Mon, 26 Oct 2009 15:14:49 +0000 (16:14 +0100)]
backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches
antirez [Mon, 26 Oct 2009 11:26:30 +0000 (12:26 +0100)]
TODO updated
antirez [Mon, 26 Oct 2009 11:04:42 +0000 (12:04 +0100)]
ZREM implemented
antirez [Fri, 23 Oct 2009 23:31:29 +0000 (01:31 +0200)]
fix for ZADD in score update mode
antirez [Fri, 23 Oct 2009 23:27:18 +0000 (01:27 +0200)]
some work on ZADD against existing element (score update), still broken...
antirez [Fri, 23 Oct 2009 20:39:25 +0000 (22:39 +0200)]
zrange now starts to work. zadd still does not support update and will crash or leak or b000mmmmm
antirez [Fri, 23 Oct 2009 20:32:29 +0000 (22:32 +0200)]
zrange initial hack (not working for now)
antirez [Fri, 23 Oct 2009 20:16:50 +0000 (22:16 +0200)]
first skiplist fix, courtesy of valgrind
antirez [Fri, 23 Oct 2009 19:43:09 +0000 (21:43 +0200)]
zset symbols added to stack trace code. ZSets will simply crash at the moment
antirez [Fri, 23 Oct 2009 19:24:01 +0000 (21:24 +0200)]
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard
antirez [Fri, 23 Oct 2009 18:33:25 +0000 (20:33 +0200)]
initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions.
antirez [Thu, 22 Oct 2009 23:36:10 +0000 (01:36 +0200)]
Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.
antirez [Thu, 22 Oct 2009 14:15:26 +0000 (16:15 +0200)]
version incremented to 1.050 to distinguish from 1.001 stable and next stable versions with minor fixes
antirez [Wed, 21 Oct 2009 08:58:27 +0000 (10:58 +0200)]
TODO updated
antirez [Wed, 21 Oct 2009 08:50:24 +0000 (10:50 +0200)]
SRANDMEMBER added
antirez [Tue, 20 Oct 2009 09:39:20 +0000 (11:39 +0200)]
Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl
antirez [Sat, 17 Oct 2009 20:17:53 +0000 (22:17 +0200)]
added multi-bulk protocol support to redis-cli and support for MSET and MSETNX
antirez [Sat, 17 Oct 2009 20:02:59 +0000 (22:02 +0200)]
MSET fixed, was not able to replace keys already set for a stupid bug
antirez [Fri, 16 Oct 2009 21:40:47 +0000 (23:40 +0200)]
some dead code removed
antirez [Fri, 16 Oct 2009 21:36:33 +0000 (23:36 +0200)]
multi bulk input protocol fixed
antirez [Fri, 16 Oct 2009 11:44:25 +0000 (13:44 +0200)]
MSET and MSETNX commands implemented
antirez [Wed, 7 Oct 2009 15:34:00 +0000 (17:34 +0200)]
undoed all the sds hacking that lead just to random bugs and no memory saving ;)
antirez [Wed, 7 Oct 2009 11:30:15 +0000 (13:30 +0200)]
initial multi-bulk query protocol, this will allow MSET and other interesting features.
antirez [Sat, 3 Oct 2009 08:54:27 +0000 (10:54 +0200)]
benchmark now outputs the right command line to shorten the TIME_WAIT interval on Mac OS X when keep alive is set
antirez [Fri, 2 Oct 2009 08:23:25 +0000 (10:23 +0200)]
Issue 69 fixed. Object integer encoding now works with replication and MONITORing again.
antirez [Fri, 18 Sep 2009 18:31:47 +0000 (20:31 +0200)]
LREM fixed, used to crash since the new object integer encoding is on the stage
antirez [Thu, 17 Sep 2009 15:23:59 +0000 (17:23 +0200)]
maxmemory didn't worked in 64 systems for values > 4GB since it used to be an unsigned int. Fixed
antirez [Thu, 10 Sep 2009 15:46:21 +0000 (17:46 +0200)]
incremented version number to 1.001, AKA Redis edge is no longer stable...
antirez [Thu, 10 Sep 2009 15:45:30 +0000 (17:45 +0200)]
in-memory specialized object encoding (for now 32 signed integers only)
antirez [Thu, 3 Sep 2009 08:42:47 +0000 (10:42 +0200)]
Latest doc changes for 1.0
antirez [Thu, 3 Sep 2009 08:38:15 +0000 (10:38 +0200)]
Redis 1.0.0 release
antirez [Wed, 2 Sep 2009 09:37:01 +0000 (11:37 +0200)]
Redis version pushed to 1.0
antirez [Wed, 2 Sep 2009 08:37:32 +0000 (10:37 +0200)]
Ruby client lib updated to the latest git version
antirez [Wed, 2 Sep 2009 08:36:03 +0000 (10:36 +0200)]
update-scala-client script added
antirez [Wed, 2 Sep 2009 08:34:27 +0000 (10:34 +0200)]
Scala client added thanks to Alejanro Crosa
antirez [Wed, 2 Sep 2009 08:29:58 +0000 (10:29 +0200)]
QuickStart added
antirez [Tue, 1 Sep 2009 14:30:52 +0000 (16:30 +0200)]
Fixed crash with only space and newline as command (issue 61), thanks to a guy having as nick "fixxxerrr"
antirez [Tue, 11 Aug 2009 01:00:50 +0000 (03:00 +0200)]
TODO list modified
antirez [Fri, 24 Jul 2009 12:43:20 +0000 (14:43 +0200)]
more snow leopard related fixes (for 32bit systems)
antirez [Fri, 24 Jul 2009 12:32:58 +0000 (14:32 +0200)]
fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH access to Snow Leopard box
antirez [Wed, 22 Jul 2009 08:32:21 +0000 (10:32 +0200)]
Fixed NetBSD compile problems
antirez [Fri, 17 Jul 2009 09:56:56 +0000 (11:56 +0200)]
now the size of the shared pool can be really modified via config, also the number of objects in the sharing pool is logged when the log level is set to debug. Thanks to Aman Gupta
antirez [Sun, 5 Jul 2009 10:56:59 +0000 (12:56 +0200)]
added utils/redis-copy.rb, a script that is able to copy data from one Redis server to another one on the fly.
antirez [Sat, 4 Jul 2009 13:43:57 +0000 (15:43 +0200)]
Applied three different patches thanks to Chris Lamb, one to fix compilation and get the IP register value on Linux IA64 and other systems. One in order to log the overcommit problem on the logs instead of the standard output when Redis is demonized. The latest in order to suggest a more consistent way in order to switch to 1 the memory overcommit Linux feature.
antirez [Fri, 3 Jul 2009 17:57:26 +0000 (19:57 +0200)]
bugfix: EXPIRE now propagates to the Slave.
antirez [Tue, 16 Jun 2009 15:33:58 +0000 (17:33 +0200)]
Redis version modified to 0.900
antirez [Tue, 16 Jun 2009 14:46:33 +0000 (16:46 +0200)]
update-ruby-client script already points to ezmobius repo
antirez [Tue, 16 Jun 2009 14:45:04 +0000 (16:45 +0200)]
client libraries updated
antirez [Tue, 16 Jun 2009 14:42:53 +0000 (16:42 +0200)]
Redis release candidate 1
antirez [Tue, 16 Jun 2009 14:42:20 +0000 (16:42 +0200)]
Better handling of background saving process killed or crashed
antirez [Sun, 14 Jun 2009 21:34:25 +0000 (23:34 +0200)]
number of keys info in INFO command thanks to Diego Rosario Brogna
antirez [Sun, 14 Jun 2009 21:22:09 +0000 (23:22 +0200)]
SPOP documented
antirez [Sun, 14 Jun 2009 21:15:21 +0000 (23:15 +0200)]
Clojure library thanks to Ragnar Dahlén
antirez [Wed, 10 Jun 2009 12:40:11 +0000 (14:40 +0200)]
It is now possible to specify - as config file name to read it from stdin
antirez [Tue, 9 Jun 2009 22:11:17 +0000 (00:11 +0200)]
sync with jodosha redis-rb
antirez [Tue, 9 Jun 2009 22:08:10 +0000 (00:08 +0200)]
Redis-rb sync
antirez [Tue, 9 Jun 2009 22:03:53 +0000 (00:03 +0200)]
max inline request raised again to 1024*1024*256 bytes
antirez [Tue, 9 Jun 2009 22:02:08 +0000 (00:02 +0200)]
max bytes in an inline command raised to 1024*1024 bytes, in order to allow for very large MGETs and still protect from client crashes
antirez [Mon, 8 Jun 2009 21:51:35 +0000 (23:51 +0200)]
SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP.
antirez [Sun, 7 Jun 2009 18:22:43 +0000 (20:22 +0200)]
some minor changes to the backtrace code
antirez [Sun, 7 Jun 2009 13:47:59 +0000 (15:47 +0200)]
enable backtrace capabilities only for Linux and MacOSX
antirez [Sun, 7 Jun 2009 12:00:31 +0000 (14:00 +0200)]
Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability
antirez [Sat, 6 Jun 2009 21:40:48 +0000 (23:40 +0200)]
Merge git://github.com/dierbro/redis
hrothgar [Sat, 6 Jun 2009 09:49:10 +0000 (09:49 +0000)]
add more output
hrothgar [Sat, 6 Jun 2009 08:50:43 +0000 (08:50 +0000)]
store static function pointer for a useful stack trace
antirez [Sat, 6 Jun 2009 08:00:12 +0000 (10:00 +0200)]
TODO updated
antirez [Sat, 6 Jun 2009 06:24:23 +0000 (08:24 +0200)]
Makefile dependencies updated
antirez [Fri, 5 Jun 2009 21:44:26 +0000 (23:44 +0200)]
Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface
antirez [Fri, 5 Jun 2009 20:52:30 +0000 (22:52 +0200)]
Kill the background saving process before performing SHUTDOWN to avoid races
antirez [Fri, 5 Jun 2009 14:07:22 +0000 (16:07 +0200)]
LREM now returns :0 for non existing keys
hrothgar [Fri, 5 Jun 2009 10:10:44 +0000 (10:10 +0000)]
- put some order in code
- better output
antirez [Fri, 5 Jun 2009 08:50:51 +0000 (10:50 +0200)]
added config.h for #ifdef business isolation, added fstat64 for Mac OS X
hrothgar [Thu, 4 Jun 2009 18:48:26 +0000 (18:48 +0000)]
remove die() :-)
hrothgar [Thu, 4 Jun 2009 18:41:00 +0000 (18:41 +0000)]
add compile options to debug
hrothgar [Thu, 4 Jun 2009 17:26:21 +0000 (17:26 +0000)]
initial commit print stack trace
hrothgar [Thu, 4 Jun 2009 17:20:14 +0000 (17:20 +0000)]
initial commit print stack trace
antirez [Thu, 4 Jun 2009 16:50:54 +0000 (18:50 +0200)]
macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header
antirez [Thu, 4 Jun 2009 15:13:33 +0000 (17:13 +0200)]
DEBUG OBJECT implemented
antirez [Thu, 4 Jun 2009 14:50:24 +0000 (16:50 +0200)]
backtrace support removed: unreliable stack trace :(
antirez [Thu, 4 Jun 2009 14:45:57 +0000 (16:45 +0200)]
initial backtrace dumping on sigsegv/sigbus + debug command
antirez [Wed, 3 Jun 2009 14:03:21 +0000 (16:03 +0200)]
Python lib updated
antirez [Wed, 3 Jun 2009 14:01:32 +0000 (16:01 +0200)]
shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on
antirez [Sat, 30 May 2009 08:17:06 +0000 (10:17 +0200)]
Erlang client updated
antirez [Sat, 30 May 2009 08:14:57 +0000 (10:14 +0200)]
Python client library updated
antirez [Fri, 29 May 2009 10:52:21 +0000 (12:52 +0200)]
Redis-rb minor bool convertion fix
antirez [Fri, 29 May 2009 10:28:37 +0000 (12:28 +0200)]
ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian McKinney
antirez [Thu, 28 May 2009 16:31:02 +0000 (18:31 +0200)]
__P completely removed from pqsort.c/h
antirez [Thu, 28 May 2009 16:28:55 +0000 (18:28 +0200)]
another minor fix for Solaris boxes
antirez [Thu, 28 May 2009 16:26:28 +0000 (18:26 +0200)]
minor fix for Solaris boxes
antirez [Thu, 28 May 2009 16:25:22 +0000 (18:25 +0200)]
minor fix for Solaris boxes
antirez [Wed, 27 May 2009 20:53:20 +0000 (22:53 +0200)]
maxmemory implemented
antirez [Tue, 26 May 2009 18:54:47 +0000 (20:54 +0200)]
Redis git version modified to 0.101 in order to distinguish that from the latest tar.gz via INFO ;)
antirez [Tue, 26 May 2009 16:13:40 +0000 (18:13 +0200)]
Redis 0.100 released
antirez [Tue, 26 May 2009 16:10:50 +0000 (18:10 +0200)]
client libraries synched in git
antirez [Tue, 26 May 2009 14:45:57 +0000 (16:45 +0200)]
ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error
antirez [Tue, 26 May 2009 14:35:18 +0000 (16:35 +0200)]
max bytes of a received command enlarged from 1k to 16k
antirez [Mon, 25 May 2009 23:12:46 +0000 (01:12 +0200)]
RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux
antirez [Mon, 25 May 2009 21:29:18 +0000 (23:29 +0200)]
maxclients implemented, see redis.conf for details
antirez [Mon, 25 May 2009 21:02:42 +0000 (23:02 +0200)]
INFO command now reports replication info
antirez [Mon, 25 May 2009 19:30:20 +0000 (21:30 +0200)]
minor fix to RubyRedis about bulk commands sent without arguments