Go to file
Pieter Noordhuis d9e28bcf00 Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
When +inf and -inf are added, the result is NaN. We don't want NaN
scores in a sorted set, so agreed on the result of this operation being
zero.
2010-07-29 23:03:11 +02:00
client-libraries client-libraries directory readded 2009-11-03 12:05:13 +01:00
design-documents Added more information about slave election in Redis Cluster alternative doc 2010-04-29 15:39:11 +02:00
doc html doc updated 2010-05-21 13:59:16 +02:00
src Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score. 2010-07-29 23:03:11 +02:00
tests Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score. 2010-07-29 23:03:11 +02:00
utils More threaded I/O VM work + Redis init script 2010-01-11 05:15:54 -05:00
.gitignore gitignore modified 2010-07-01 14:41:03 +02:00
BUGS first commit 2009-03-22 10:30:00 +01:00
Changelog Make log target fixed 2010-07-01 14:45:37 +02:00
COPYING first commit 2009-03-22 10:30:00 +01:00
INSTALL INSTALL file added BETATESTING.txt removed 2010-07-05 20:37:20 +02:00
Makefile Make install fixed using a dummy taget 2010-07-06 19:10:20 +02:00
README first commit 2009-03-22 10:30:00 +01:00
redis.conf redis.conf new features the new option, a minor typo preventing the compilation fixed 2010-05-28 10:48:04 +02:00
TODO TODO list modified, trivial change to source code 2010-07-16 23:56:18 +02:00

Check the 'doc' directory. doc/README.html is a good starting point :)