antirez
|
5413c40da7
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
|
14 years ago |
Michel Martens
|
cf87ebf22d
Use linenoise for line editing on redis-cli.
|
14 years ago |
root
|
fdfdae0f3a
Added Authentication to redis-cli.c using -a switch
|
14 years ago |
Pieter Noordhuis
|
08af4d5c96
utility to check rdb files for unprocessable opcodes
|
14 years ago |
antirez
|
5234952bee
zipmaps functions to get, iterate, test for existence. Initial works for Hash data type
|
14 years ago |
antirez
|
9ebed7cf06
Fixed 32bit make target to work on Linux out of the box
|
14 years ago |
antirez
|
8e688711a7
commercial tools stuff removed from the Redis makefile. cotools are now migrated into a different repos
|
15 years ago |
antirez
|
970e10bb34
removed a bug in the function to cancel an I/O job
|
15 years ago |
antirez
|
25fd2cb284
a few more stuff in INFO about VM. Test #11 changed a bit in order to be less lame
|
15 years ago |
antirez
|
a69a0c9c3b
More threaded I/O VM work + Redis init script
|
15 years ago |
antirez
|
92f8e88204
non-blocking VM data structures, just a start
|
15 years ago |
antirez
|
fc77604c47
a few more tests and ability to run a specific test in test-redis.tcl
|
15 years ago |
antirez
|
64f36a5836
epoll module for ae.c implemented. Some more testing needed
|
15 years ago |
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).
|
15 years ago |
antirez
|
bcfc686db7
Tcl script, make target, and redis.c changes to build the static symbol table automagically
|
15 years ago |
antirez
|
d0ccebcf46
masterauth option merged, thanks to Anthony Lauzon
|
15 years ago |
antirez
|
5b19e727c7
Fix for 'make 32bit'
|
15 years ago |
antirez
|
a7866db6cc
double serialization routines implemented
|
15 years ago |
antirez
|
325d1eb4a8
Merged Solaris patches provided by Alan Harder
|
15 years ago |
antirez
|
fd8ccf4419
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard
|
15 years ago |
antirez
|
942a39618b
in-memory specialized object encoding (for now 32 signed integers only)
|
15 years ago |
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
|
15 years ago |
antirez
|
c4cd5f393c
Merge git://github.com/dierbro/redis
|
15 years ago |
antirez
|
9e9c0ce170
Makefile dependencies updated
|
15 years ago |
hrothgar
|
01fe7151a9
add compile options to debug
|
15 years ago |
antirez
|
b5ff27084f
backtrace support removed: unreliable stack trace :(
|
15 years ago |
antirez
|
7f957c925b
initial backtrace dumping on sigsegv/sigbus + debug command
|
15 years ago |
antirez
|
5f5b9840c3
Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux.
|
15 years ago |
antirez
|
774e304780
Issue 22 fixed
|
15 years ago |
antirez
|
98c541c517
fastlz dependence removed
|
15 years ago |