antirez
|
ab72b4833d
|
minor fixes to the new test suite, html doc updated
|
2010-05-14 18:48:33 +02:00 |
|
Pieter Noordhuis
|
628e1c6910
|
update makefile to use the new test suite
|
2010-05-14 17:54:27 +02:00 |
|
antirez
|
ba798261ce
|
DEBUG DIGEST implemented, in order to improve the ability to test persistence and replication consistency
|
2010-05-14 13:41:57 +02:00 |
|
antirez
|
7a121e60f2
|
makefile deps updated
|
2010-05-13 14:30:36 +02:00 |
|
Pieter Noordhuis
|
b4bd05241d
|
tool to check if AOF is valid
|
2010-05-05 13:36:29 +02:00 |
|
antirez
|
7ccd2d0a5f
|
running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4
|
2010-04-19 16:11:13 +02:00 |
|
antirez
|
fb765a0ae3
|
ability to select port/host from make test
|
2010-04-15 18:32:44 +02:00 |
|
antirez
|
5413c40da7
|
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
|
2010-04-15 11:59:13 +02:00 |
|
Michel Martens
|
cf87ebf22d
|
Use linenoise for line editing on redis-cli.
|
2010-03-23 11:53:51 -03:00 |
|
root
|
fdfdae0f3a
|
Added Authentication to redis-cli.c using -a switch
Update usage
fixed Makefile to delete redis-check-dump during make clean
|
2010-03-17 09:41:02 -04:00 |
|
Pieter Noordhuis
|
08af4d5c96
|
utility to check rdb files for unprocessable opcodes
|
2010-03-13 15:57:00 +01:00 |
|
antirez
|
5234952bee
|
zipmaps functions to get, iterate, test for existence. Initial works for Hash data type
|
2010-03-05 14:04:17 +01:00 |
|
antirez
|
9ebed7cf06
|
Fixed 32bit make target to work on Linux out of the box
|
2010-02-22 17:36:54 +01:00 |
|
antirez
|
8e688711a7
|
commercial tools stuff removed from the Redis makefile. cotools are now migrated into a different repos
|
2010-01-19 13:32:36 -05:00 |
|
antirez
|
970e10bb34
|
removed a bug in the function to cancel an I/O job
|
2010-01-19 13:02:02 -05:00 |
|
antirez
|
25fd2cb284
|
a few more stuff in INFO about VM. Test #11 changed a bit in order to be less lame
|
2010-01-12 09:57:00 -05:00 |
|
antirez
|
a69a0c9c3b
|
More threaded I/O VM work + Redis init script
|
2010-01-11 05:15:54 -05:00 |
|
antirez
|
92f8e88204
|
non-blocking VM data structures, just a start
|
2010-01-09 12:46:52 -05:00 |
|
antirez
|
fc77604c47
|
a few more tests and ability to run a specific test in test-redis.tcl
|
2009-12-14 13:48:24 -05:00 |
|
antirez
|
64f36a5836
|
epoll module for ae.c implemented. Some more testing needed
|
2009-11-23 23:40:27 +01:00 |
|
antirez
|
266373b283
|
ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1).
|
2009-11-23 18:50:39 +01:00 |
|
antirez
|
bcfc686db7
|
Tcl script, make target, and redis.c changes to build the static symbol table automagically
|
2009-11-10 19:20:32 +01:00 |
|
antirez
|
d0ccebcf46
|
masterauth option merged, thanks to Anthony Lauzon
|
2009-11-04 09:53:43 +01:00 |
|
antirez
|
5b19e727c7
|
Fix for 'make 32bit'
|
2009-10-27 18:44:17 +01:00 |
|
antirez
|
a7866db6cc
|
double serialization routines implemented
|
2009-10-26 18:26:04 +01:00 |
|
antirez
|
325d1eb4a8
|
Merged Solaris patches provided by Alan Harder
|
2009-10-26 16:25:07 +01:00 |
|
antirez
|
fd8ccf4419
|
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard
|
2009-10-23 21:24:01 +02:00 |
|
antirez
|
942a39618b
|
in-memory specialized object encoding (for now 32 signed integers only)
|
2009-09-10 17:45:30 +02:00 |
|
antirez
|
56906eefea
|
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
|
2009-06-07 14:00:31 +02:00 |
|
antirez
|
c4cd5f393c
|
Merge git://github.com/dierbro/redis
|
2009-06-06 23:40:48 +02:00 |
|
antirez
|
9e9c0ce170
|
Makefile dependencies updated
|
2009-06-06 08:24:23 +02:00 |
|
hrothgar
|
01fe7151a9
|
add compile options to debug
|
2009-06-04 18:41:00 +00:00 |
|
antirez
|
b5ff27084f
|
backtrace support removed: unreliable stack trace :(
|
2009-06-04 16:50:24 +02:00 |
|
antirez
|
7f957c925b
|
initial backtrace dumping on sigsegv/sigbus + debug command
|
2009-06-04 16:45:57 +02:00 |
|
antirez
|
5f5b9840c3
|
Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux.
|
2009-05-19 18:39:58 +02:00 |
|
antirez
|
774e304780
|
Issue 22 fixed
|
2009-04-02 09:54:45 +02:00 |
|
antirez
|
98c541c517
|
fastlz dependence removed
|
2009-04-01 14:36:29 +02:00 |
|
antirez
|
3305306f09
|
Initial implementation of EXPIRE
|
2009-04-01 13:22:35 +02:00 |
|
antirez
|
378fd42197
|
changelog added
|
2009-03-30 12:13:43 +02:00 |
|
antirez
|
53f8c2c71e
|
now Redis is C99-ok
|
2009-03-27 21:37:57 +01:00 |
|
antirez
|
092dac2a64
|
another missing free->zfree replacement fixed. Thanks to Ludo
|
2009-03-23 14:50:09 +01:00 |
|
antirez
|
ed9b544e10
|
first commit
|
2009-03-22 10:30:00 +01:00 |
|