public
Description: Redis key-value store
Homepage: http://code.google.com/p/redis
Clone URL: git://github.com/antirez/redis.git
redis /
name age message
file .gitignore Tue Nov 03 05:36:38 -0800 2009 ZSets double to string serialization fixed [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 Wed Oct 28 05:17:14 -0700 2009 ZLEN renamed ZCARD for consistency with SCARD [antirez]
file Makefile Wed Nov 04 00:53:43 -0800 2009 masterauth option merged, thanks to Anthony Lauzon [antirez]
file README Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file TODO Tue Nov 03 05:36:38 -0800 2009 ZSets double to string serialization fixed [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 Sat Oct 03 01:54:27 -0700 2009 benchmark now outputs the right command line to... [antirez]
directory client-libraries/ Tue Nov 03 03:05:13 -0800 2009 client-libraries directory readded [antirez]
file config.h Fri Jul 24 05:32:58 -0700 2009 fixed compilation with Snow Leopard, thanks to ... [antirez]
file dict.c Wed Nov 04 02:59:27 -0800 2009 fixed a refcounting bug with SORT ... STORE lea... [root]
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 Mon Oct 26 08:25:07 -0700 2009 Merged Solaris patches provided by Alan Harder [antirez]
file pqsort.h Thu May 28 09:28:55 -0700 2009 another minor fix for Solaris boxes [antirez]
file redis-cli.c Mon Nov 02 16:35:39 -0800 2009 redis-cli now accepts a -r (repeat) switch. Sti... [antirez]
file redis.c Wed Nov 04 02:59:27 -0800 2009 fixed a refcounting bug with SORT ... STORE lea... [root]
file redis.conf Fri Oct 30 09:20:24 -0700 2009 append only mode is now able to translate EXPIR... [antirez]
file redis.h Thu Jun 04 10:20:14 -0700 2009 initial commit print stack trace [hrothgar]
file redis.tcl Tue Oct 27 10:31:12 -0700 2009 A lot of ZSETs tests implemented, and a bug fix... [antirez]
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 Fri Mar 27 13:37:57 -0700 2009 now Redis is C99-ok [antirez]
file solarisfixes.h Tue Oct 27 10:39:47 -0700 2009 a fix for the solaris fix itself ;) [antirez]
file test-redis.tcl Wed Nov 04 03:26:57 -0800 2009 redis-test is now a better Redis citizen, testi... [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 Sat Oct 31 15:03:10 -0700 2009 Fixed Issue 83:Using TYPE on a zset results in ... [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 :)