antirez / redis

Redis key-value store

This URL has Read+Write access

antirez (author)
Sun Nov 01 02:05:50 -0800 2009
commit  9387d17dfeb757d685236ff5c792d102ea296631
tree    06bcb464025d953061d790ef01f910dcce940842
parent  f80dff6212661a404c7c32c6741691b6255a4e31
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 Wed Oct 28 05:17:14 -0700 2009 ZLEN renamed ZCARD for consistency with SCARD [antirez]
file Makefile Tue Oct 27 10:44:17 -0700 2009 Fix for 'make 32bit' [antirez]
file README Sun Mar 22 02:30:00 -0700 2009 first commit [antirez]
file TODO Loading commit data...
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 Oct 27 10:31:12 -0700 2009 A lot of ZSETs tests implemented, and a bug fix... [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 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
file redis.c
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 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 solarisfixes.h Tue Oct 27 10:39:47 -0700 2009 a fix for the solaris fix itself ;) [antirez]
file test-redis.tcl Tue Oct 27 10:31:12 -0700 2009 A lot of ZSETs tests implemented, and a bug fix... [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 :)