public
Fork of antirez/redis
Description: Redis key-value store
Homepage: http://code.google.com/p/redis
Clone URL: git://github.com/bmizerany/redis.git
redis /
name age message
file .gitignore Thu Mar 26 09:23:51 -0700 2009 Lua client added thanks to Daniele Alessandri [antirez]
file BETATESTING.txt Thu Sep 03 01:38:15 -0700 2009 Redis 1.0.0 release [antirez]
file BUGS Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file COPYING Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file Changelog Thu Sep 03 01:42:47 -0700 2009 Latest doc changes for 1.0 [antirez]
file Makefile Thu Sep 10 08:45:30 -0700 2009 in-memory specialized object encoding (for now ... [antirez]
file README Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file TODO Thu Sep 03 01:42:47 -0700 2009 Latest doc changes for 1.0 [antirez]
file adlist.c Mon Apr 20 14:51:51 -0700 2009 Non blocking replication (finally!). C-side lin... [antirez]
file adlist.h Mon Apr 20 14:51:51 -0700 2009 Non blocking replication (finally!). C-side lin... [antirez]
file ae.c Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file ae.h Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file anet.c Mon May 11 04:50:09 -0700 2009 Python client updated pushing from Ludo's repos... [antirez]
file anet.h Fri Mar 27 12:48:32 -0700 2009 ANSI-C compatibility changes [antirez]
file benchmark.c Fri Jun 05 13:52:30 -0700 2009 Kill the background saving process before perfo... [antirez]
directory client-libraries/ Wed Sep 02 01:37:32 -0700 2009 Ruby client lib updated to the latest git version [antirez]
file config.h Fri Jul 24 05:32:58 -0700 2009 fixed compilation with Snow Leopard, thanks to ... [antirez]
file dict.c Thu Apr 30 11:08:43 -0700 2009 more fixes for dict.c and the 150 million keys ... [antirez]
file dict.h Mon Jun 08 14:51:35 -0700 2009 SPOP implemented. Hash table resizing for Sets ... [antirez]
directory doc/ Wed Sep 02 01:29:58 -0700 2009 QuickStart added [antirez]
file fmacros.h Fri Mar 27 14:01:04 -0700 2009 feature macros defined to play well with C99 [antirez]
file lzf.h Thu Apr 02 01:00:49 -0700 2009 new LZF files added [antirez]
file lzfP.h Thu Apr 02 14:00:27 -0700 2009 LZF configured to initalize the HT in order to ... [antirez]
file lzf_c.c Thu Apr 02 01:00:49 -0700 2009 new LZF files added [antirez]
file lzf_d.c Thu Apr 02 01:00:49 -0700 2009 new LZF files added [antirez]
file pqsort.c Thu May 28 09:31:02 -0700 2009 __P completely removed from pqsort.c/h [antirez]
file pqsort.h Thu May 28 09:28:55 -0700 2009 another minor fix for Solaris boxes [antirez]
file redis-cli.c Mon Jun 08 14:51:35 -0700 2009 SPOP implemented. Hash table resizing for Sets ... [antirez]
file redis.c Fri Sep 18 11:31:47 -0700 2009 LREM fixed, used to crash since the new object ... [antirez]
file redis.conf Wed Jun 03 07:01:32 -0700 2009 shareobjectspoolsize implemented in reds.conf, ... [antirez]
file redis.h Thu Jun 04 10:20:14 -0700 2009 initial commit print stack trace [hrothgar]
file sds.c Wed Oct 07 08:34:00 -0700 2009 undoed all the sds hacking that lead just to ra... [antirez]
file sds.h Wed Oct 07 08:34:00 -0700 2009 undoed all the sds hacking that lead just to ra... [antirez]
file test-redis.tcl Fri Sep 18 11:31:47 -0700 2009 LREM fixed, used to crash since the new object ... [antirez]
directory utils/ Sun Jul 05 03:56:59 -0700 2009 added utils/redis-copy.rb, a script that is abl... [antirez]
file zmalloc.c Fri Jun 05 01:50:51 -0700 2009 added config.h for #ifdef business isolation, a... [antirez]
file zmalloc.h Mon Mar 23 06:50:09 -0700 2009 another missing free->zfree replacement fixed. ... [antirez]
README
Check the 'doc' directory. doc/README.html is a good starting point :)