This website requires JavaScript.
dec423d9cf
fixed for HT resize check 32bits overflow
antirez
2009-04-29 16:50:48 +02:00
5a7c647e9a
Check for fork() failure in background saving
antirez
2009-04-29 10:33:29 +02:00
3a2694c441
fix for the LZF off-by-one bug added
antirez
2009-04-29 01:04:04 +02:00
b284af55d8
print bytes used at exit on SHUTDOWN
antirez
2009-04-28 22:04:41 +02:00
0eeb2a4b8f
SMOVE test added
antirez
2009-04-28 21:19:37 +02:00
a4460ef43f
SMOVE command implemented
antirez
2009-04-28 20:36:08 +02:00
bb0b03a3d7
less CPU usage in command parsing, case insensitive config directives
antirez
2009-04-28 16:54:56 +02:00
02fdd5ab4c
GETSET command doc added
antirez
2009-04-28 16:33:35 +02:00
7ac6d4613f
GETSET tests
antirez
2009-04-28 16:21:16 +02:00
a431eb74ba
GETSET implemented
antirez
2009-04-28 14:42:55 +02:00
b8b553c84f
ability to specify a different file name for the DB
antirez
2009-04-27 18:10:00 +02:00
85dd2f3ad2
log file parsing code improved a bit
antirez
2009-04-27 18:03:34 +02:00
be2bb6b07e
bgsave_in_progress field in INFO output
antirez
2009-04-27 17:52:04 +02:00
d68ed1201a
INCRBY/DECRBY now support 64bit increments, with tests
antirez
2009-04-27 17:50:26 +02:00
f5785ae997
RANDOMKEY regression test added
antirez
2009-04-23 18:48:11 +02:00
6f864e6266
dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore
antirez
2009-04-23 18:46:11 +02:00
ca37e9cde8
FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the number of elements removed, that will probably trigger a background saving operation
antirez
2009-04-22 01:44:48 +02:00
975a5b6f98
forgot to comment testing code in PHP lib. Now it is ok
antirez
2009-04-21 19:47:12 +02:00
8d03032a83
PHP client ported to PHP5 and fixed
antirez
2009-04-21 19:43:02 +02:00
3c910136c1
doc update
antirez
2009-04-21 00:33:34 +02:00
6208b3a776
Non blocking replication (finally!). C-side linked lists API improved.
antirez
2009-04-20 23:51:51 +02:00
40d224a9e3
SUNION, SUNIONSTORE, Initial work on non blocking replication
antirez
2009-04-19 10:02:36 +02:00
6bea3d5f58
Redis 0.091 released
antirez
2009-04-10 13:49:50 +02:00
5faa6025f5
SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just like empty sets
antirez
2009-04-10 13:43:41 +02:00
cc1db901e9
doc changes
antirez
2009-04-09 08:44:55 +02:00
290deb8b8c
TODO changes, minor change to default redis.conf
antirez
2009-04-08 13:46:26 +02:00
7f4e28e750
html doc updated
antirez
2009-04-08 13:42:34 +02:00
0bd06e524a
library clients update scripts
antirez
2009-04-08 13:26:36 +02:00
9495122b18
Ruby client updated
antirez
2009-04-08 13:20:03 +02:00
928394cd12
Lua client updated
antirez
2009-04-08 13:17:55 +02:00
8b382972b0
Changelog updated
antirez
2009-04-08 12:25:15 +02:00
575acbf1f7
Merge git://github.com/ludoo/redis
antirez
2009-04-08 12:13:56 +02:00
9a2944ace2
add expire command to the php lib
Ludovico Magnocavallo
2009-04-08 12:09:56 +02:00
bb7dcc1e51
fix decode bug, add flush and info commands
Ludovico Magnocavallo
2009-04-08 12:08:05 +02:00
5a6e8b1daa
Rearrange redisObject struct to reduce memory usage in 64bit environments (as recommended http://groups.google.com/group/redis-db/msg/68f5a743f8f4e287 )
Bob Potter
2009-04-07 18:40:33 -05:00
27dd15268c
ruby19 compat: use each_line on string
Bob Potter
2009-04-07 18:36:23 -05:00
5fba9f717b
64bit fixes for usedmemory
Bob Potter
2009-04-07 18:33:44 -05:00
ce7bef0795
RANDOMKEY issue 26 fixed, generic test + regression added
antirez
2009-04-08 00:59:53 +02:00
05557f6de7
Don't accept SAVE if BGSAVE is in progress
antirez
2009-04-06 10:29:36 +02:00
ab48d029d9
add expire command to the python lib
Ludovico Magnocavallo
2009-04-06 10:19:26 +02:00
bb32ede52e
persistent EXPIRE
antirez
2009-04-03 11:07:37 +02:00
0c66a4713a
dirty increment was missing in two points. TODO updated
antirez
2009-04-03 10:04:51 +02:00
7a596b2f0f
LZF configured to initalize the HT in order to be determinsitic and play well with valgrind
antirez
2009-04-02 23:00:27 +02:00
491d908b0a
fix select test
Ludovico Magnocavallo
2009-04-02 17:34:42 +02:00
39c8c0f22d
fix trailing cr+nl in values
Ludovico Magnocavallo
2009-04-02 17:33:04 +02:00
88e859984a
compression/decompression of large values on disk now working
antirez
2009-04-02 17:10:02 +02:00
40c32c3e49
disable LZF compression since it's not able to load the DB for now, the load part is missing
antirez
2009-04-02 10:02:06 +02:00
d07519372b
new LZF files added
antirez
2009-04-02 10:00:49 +02:00
2e77c2ee72
Fixed issue 23 about AUTH
antirez
2009-04-02 09:57:06 +02:00
774e304780
Issue 22 fixed
antirez
2009-04-02 09:54:45 +02:00
94754ccc3c
non-lazy expired keys purging implemented
antirez
2009-04-01 20:40:00 +02:00
98c541c517
fastlz dependence removed
antirez
2009-04-01 14:36:29 +02:00
3305306f09
Initial implementation of EXPIRE
antirez
2009-04-01 13:22:35 +02:00
300827b60d
TODO updated
antirez
2009-03-30 16:27:35 +02:00
378fd42197
changelog added
antirez
2009-03-30 12:13:43 +02:00
8de4907a86
redis-sha1 utility added
antirez
2009-03-28 11:50:27 +01:00
e3566d4b46
Integer encoding implemented in dump file. Doc updated
antirez
2009-03-28 10:58:19 +01:00
e9a9afd35e
feature macros defined to play well with C99
antirez
2009-03-27 22:01:04 +01:00
23d4709dfb
feature macros defined to play well with C99
antirez
2009-03-27 22:00:27 +01:00
53f8c2c71e
now Redis is C99-ok
antirez
2009-03-27 21:37:57 +01:00
17be1a4a17
IMPORTANT FIX: new dump format implementation was broken. Now it's ok but tests for the 32-bit case values are needed
antirez
2009-03-27 21:27:42 +01:00
a4d1ba9a73
ANSI-C compatibility changes
antirez
2009-03-27 20:48:32 +01:00
29fac6170a
Ruby client library updated. Important changes in this new version!
antirez
2009-03-27 12:14:35 +01:00
1a4601492c
Lua client added thanks to Daniele Alessandri
antirez
2009-03-26 17:24:53 +01:00
f2aa84bd63
Lua client added thanks to Daniele Alessandri
antirez
2009-03-26 17:23:51 +01:00
e63943a450
AUTH merged from Brian Hammond fork, reworked a bit to fix minor problems
antirez
2009-03-26 11:46:14 +01:00
abcb223ec0
Adds AUTH command.
Brian Hammond
2009-03-25 23:03:56 -04:00
10c43610de
Nasty bug of the new DB format fixed, objects sharing implemented
antirez
2009-03-25 21:00:48 +01:00
d9f650b990
doc update
antirez
2009-03-25 16:49:58 +01:00
916686686f
Erlang client synched with Valentiono's repo
antirez
2009-03-25 16:49:27 +01:00
f78fd11b71
New file dump format, perl client library added
antirez
2009-03-25 16:47:22 +01:00
7b45bfb2a4
New protocol fix for LREM
antirez
2009-03-25 00:26:47 +01:00
4e4055779f
two typos fixed
antirez
2009-03-24 21:48:04 +01:00
43c9dc7bd2
Now the Redis test uses the proper Tcl client library
antirez
2009-03-24 20:00:15 +01:00
9586943755
Tcl client library
antirez
2009-03-24 19:22:45 +01:00
4c26a79a8d
redis-benchmark sync with the new protocol
antirez
2009-03-24 15:22:27 +01:00
0c9ca0e11c
git mess :)
Ludovico Magnocavallo
2009-03-24 14:33:43 +01:00
11cb153783
sync python client to the new protocol
Ludovico Magnocavallo
2009-03-24 14:30:04 +01:00
9eb00f21f0
protocol fix in SORT reply with null elements
antirez
2009-03-24 14:22:42 +01:00
fab3a740ab
protocol doc changed
antirez
2009-03-24 13:38:25 +01:00
c937aa89b5
Server replies now in the new format, test-redis.tcl and redis-cli modified accordingly
antirez
2009-03-24 13:37:32 +01:00
796d05f855
Python client library updated, thanks to Ludo!
antirez
2009-03-24 11:28:34 +01:00
5a6948fbc0
random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8
antirez
2009-03-24 00:43:38 +01:00
cf3f0c012d
Now MONITOR/SYNC cannot be issued multiple times
antirez
2009-03-23 21:33:15 +01:00
87eca72788
MONITOR command implemented.
antirez
2009-03-23 19:43:39 +01:00
5a039e3b95
lucsky changes imported. pid file path can now be configured, redis-cli fixes
antirez
2009-03-23 17:22:24 +01:00
2a200c784d
Merge git://github.com/lucsky/redis
antirez
2009-03-23 17:21:33 +01:00
092dac2a64
another missing free->zfree replacement fixed. Thanks to Ludo
antirez
2009-03-23 14:50:09 +01:00
b91f03a4d1
Fixed redis-cli readLine loop to correctly handle EOF.
Luc Heinrich
2009-03-23 12:43:16 +01:00
46713f83d4
Display the port on server startup.
Luc Heinrich
2009-03-23 12:42:10 +01:00
ed329fcf25
Allow to specify the pid file from the config file.
Luc Heinrich
2009-03-23 12:31:33 +01:00
db52edaa0d
Added gitignore file.
Luc Heinrich
2009-03-23 12:28:28 +01:00
5b19bd7238
MGET tests added
antirez
2009-03-22 15:27:09 +01:00
e255235c20
doc changes
antirez
2009-03-22 15:15:51 +01:00
029524dbff
added doc for MGET
antirez
2009-03-22 15:08:06 +01:00
a74f2af61c
redis-cli now checks the arity of vararg commnads
antirez
2009-03-22 14:59:05 +01:00
70003d28b8
INFO fixed, MGET implemented, redis-cli implements INFO/MGET
antirez
2009-03-22 14:54:14 +01:00
ed9b544e10
first commit
antirez
2009-03-22 10:30:00 +01:00