]>
git.saurik.com Git - redis.git/log
antirez [Thu, 12 Nov 2009 20:49:15 +0000 (21:49 +0100)]
Solaris fix thanks to Alan Harder
antirez [Thu, 12 Nov 2009 20:40:34 +0000 (21:40 +0100)]
Merge git://github.com/ianxm/redis
antirez [Thu, 12 Nov 2009 20:35:05 +0000 (21:35 +0100)]
ZSCORE fixed, now returns NULL on missing key or missing element
antirez [Thu, 12 Nov 2009 10:36:51 +0000 (11:36 +0100)]
Redis test will not fail the SAVE test even if a background save is in progress
antirez [Thu, 12 Nov 2009 10:21:26 +0000 (11:21 +0100)]
LPOPPUSH renamed into RPOPLPUSH
ian [Thu, 12 Nov 2009 04:12:09 +0000 (23:12 -0500)]
can select db num
antirez [Wed, 11 Nov 2009 22:42:31 +0000 (23:42 +0100)]
Workaround for test-redis.tcl and Tcl 8.4.x about ZSCORE test
antirez [Wed, 11 Nov 2009 18:59:54 +0000 (19:59 +0100)]
Removed a long time warning compiling with recent GCC on Linux
antirez [Wed, 11 Nov 2009 18:01:52 +0000 (19:01 +0100)]
TODO updated
antirez [Wed, 11 Nov 2009 17:38:37 +0000 (18:38 +0100)]
LPUSHPOP first implementation
antirez [Tue, 10 Nov 2009 18:20:32 +0000 (19:20 +0100)]
Tcl script, make target, and redis.c changes to build the static symbol table automagically
antirez [Tue, 10 Nov 2009 16:48:01 +0000 (17:48 +0100)]
Implemented a much better lazy expiring algorithm for EXPIRE
antirez [Tue, 10 Nov 2009 09:26:09 +0000 (10:26 +0100)]
Fixed issue 92 in redis: redis-cli (nil) return value lacks CR/LF
antirez [Tue, 10 Nov 2009 01:02:30 +0000 (02:02 +0100)]
Minor TODO change with new expiring algorithm description. New expiring algorithm moved since it'll go in 1.1
antirez [Wed, 4 Nov 2009 11:26:57 +0000 (12:26 +0100)]
redis-test is now a better Redis citizen, testing everything against DB 9 and 10 and only if this DBs are empty.
root [Wed, 4 Nov 2009 10:59:27 +0000 (11:59 +0100)]
fixed a refcounting bug with SORT ... STORE leading to random crashes
antirez [Wed, 4 Nov 2009 08:53:43 +0000 (09:53 +0100)]
masterauth option merged, thanks to Anthony Lauzon
antirez [Tue, 3 Nov 2009 13:36:38 +0000 (14:36 +0100)]
ZSets double to string serialization fixed
antirez [Tue, 3 Nov 2009 11:05:13 +0000 (12:05 +0100)]
client-libraries directory readded
antirez [Tue, 3 Nov 2009 10:28:37 +0000 (11:28 +0100)]
redis.tcl put at toplevel since it's uesd for the test-redis.tcl script
antirez [Tue, 3 Nov 2009 10:25:32 +0000 (11:25 +0100)]
client libs removed from Redis git
antirez [Tue, 3 Nov 2009 00:35:39 +0000 (01:35 +0100)]
redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix
antirez [Sun, 1 Nov 2009 14:47:40 +0000 (15:47 +0100)]
TODO updated again
antirez [Sun, 1 Nov 2009 14:46:55 +0000 (15:46 +0100)]
TODO updated
antirez [Sun, 1 Nov 2009 14:31:54 +0000 (15:31 +0100)]
redis-cli now makes clear when the returned string is an integer
antirez [Sun, 1 Nov 2009 14:29:38 +0000 (15:29 +0100)]
SORT STORE option
antirez [Sun, 1 Nov 2009 13:14:02 +0000 (14:14 +0100)]
now Redis prints DB stats just after the startup without to wait a second for the first report
antirez [Sun, 1 Nov 2009 12:43:34 +0000 (13:43 +0100)]
another fix for append only mode, now read-only operations are not appended
antirez [Sun, 1 Nov 2009 10:55:46 +0000 (11:55 +0100)]
appendfsync parsing in config file fixed. If you benchmarked Redis against different appendfsync options is time to try again ;)
antirez [Sun, 1 Nov 2009 10:05:50 +0000 (11:05 +0100)]
append only file loading fixed
antirez [Sun, 1 Nov 2009 09:54:55 +0000 (10:54 +0100)]
first version of append only file loading -- STILL BROKEN don't use it
antirez [Sat, 31 Oct 2009 22:03:10 +0000 (23:03 +0100)]
Fixed Issue 83:Using TYPE on a zset results in a malformed response from the Redis server
antirez [Sat, 31 Oct 2009 13:32:01 +0000 (14:32 +0100)]
Fixed compilation on Linux
antirez [Fri, 30 Oct 2009 16:20:24 +0000 (17:20 +0100)]
append only mode is now able to translate EXPIRE into EXPIREAT transparently
antirez [Fri, 30 Oct 2009 15:35:16 +0000 (16:35 +0100)]
appendfsync is now set to NO by default
antirez [Fri, 30 Oct 2009 12:48:53 +0000 (13:48 +0100)]
support for appendonly mode no, always, everysec
antirez [Fri, 30 Oct 2009 00:11:29 +0000 (01:11 +0100)]
first fix for append only mode
antirez [Fri, 30 Oct 2009 00:04:17 +0000 (01:04 +0100)]
Initial implementation of append-only mode. Loading still not implemented.
antirez [Thu, 29 Oct 2009 23:21:04 +0000 (00:21 +0100)]
EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing.
antirez [Thu, 29 Oct 2009 23:15:45 +0000 (00:15 +0100)]
EXPIREAT implemented, will be useful for the append-only mode
antirez [Thu, 29 Oct 2009 10:43:40 +0000 (11:43 +0100)]
Fixed Issue 74 (ERR just returned on invalid password), now the error message is -ERR invalid password.
antirez [Thu, 29 Oct 2009 10:38:32 +0000 (11:38 +0100)]
Fixed issue 72 (SLAVEOF shutdowns redis-server on malformed reply)
antirez [Thu, 29 Oct 2009 10:31:55 +0000 (11:31 +0100)]
Fixed issue 77 (Incorrect time in log files) thanks to youwantalex
antirez [Thu, 29 Oct 2009 10:30:43 +0000 (11:30 +0100)]
Fixed Issue 76 (redis-server crashes when it can't connect to MASTER and client connects to SLAVE)
antirez [Thu, 29 Oct 2009 10:10:16 +0000 (11:10 +0100)]
ZREMRANGEBYSCORE implemented. Remove a range of elements with score between min and max
antirez [Wed, 28 Oct 2009 22:03:57 +0000 (23:03 +0100)]
TODO changes and mostly theoretical minor skiplist change
antirez [Wed, 28 Oct 2009 12:17:14 +0000 (13:17 +0100)]
ZLEN renamed ZCARD for consistency with SCARD
antirez [Tue, 27 Oct 2009 17:54:03 +0000 (18:54 +0100)]
TODO reworked to reflect the real roadmap
antirez [Tue, 27 Oct 2009 17:44:17 +0000 (18:44 +0100)]
Fix for 'make 32bit'
antirez [Tue, 27 Oct 2009 17:39:47 +0000 (18:39 +0100)]
a fix for the solaris fix itself ;)
antirez [Tue, 27 Oct 2009 17:38:25 +0000 (18:38 +0100)]
More Solaris fixes
antirez [Tue, 27 Oct 2009 17:31:12 +0000 (18:31 +0100)]
A lot of ZSETs tests implemented, and a bug fixed thanks to this new tests
antirez [Tue, 27 Oct 2009 08:06:54 +0000 (09:06 +0100)]
zmalloc Solaris fixes thanks to Alan Harder
antirez [Tue, 27 Oct 2009 00:06:49 +0000 (01:06 +0100)]
ZSCORE implemented
antirez [Mon, 26 Oct 2009 22:06:19 +0000 (23:06 +0100)]
fix for ZRANGEBYSCORE
antirez [Mon, 26 Oct 2009 22:02:56 +0000 (23:02 +0100)]
ZRANGEBYSCORE implemented. Redis got range queries!
antirez [Mon, 26 Oct 2009 19:47:23 +0000 (20:47 +0100)]
A trivial change makes the new implementation O(log(N)) instead of O(log(N))+O(M) when there are M repeated scores!
antirez [Mon, 26 Oct 2009 17:47:12 +0000 (18:47 +0100)]
ZSET now saved on disk like any other type
antirez [Mon, 26 Oct 2009 17:26:04 +0000 (18:26 +0100)]
double serialization routines implemented
antirez [Mon, 26 Oct 2009 16:57:24 +0000 (17:57 +0100)]
ZSETs random fixes. Now the implementation appears to be pretty stable
antirez [Mon, 26 Oct 2009 16:33:31 +0000 (17:33 +0100)]
another leak fixed. Can't find more for now, but still a bug in ZSETs to fix
antirez [Mon, 26 Oct 2009 16:02:05 +0000 (17:02 +0100)]
ZSETs memory leak #1 solved, another one missing
antirez [Mon, 26 Oct 2009 15:43:56 +0000 (16:43 +0100)]
Fix for skiplists backward link
antirez [Mon, 26 Oct 2009 15:25:07 +0000 (16:25 +0100)]
Merged Solaris patches provided by Alan Harder
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