]>
author | antirez <antirez@gmail.com> | |
Sun, 22 Mar 2009 09:30:00 +0000 (10:30 +0100) | ||
committer | antirez <antirez@gmail.com> | |
Sun, 22 Mar 2009 09:30:00 +0000 (10:30 +0100) | ||
commit | ed9b544e10b84cd43348ddfab7068b610a5df1f7 | |
tree | 1a5e9ace4bf21ad1a754907b703debe5b3e87842 | tree | snapshot |
BETATESTING.txt | [new file with mode: 0644] | blob |
BUGS | [new file with mode: 0644] | blob |
COPYING | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
TODO | [new file with mode: 0644] | blob |
adlist.c | [new file with mode: 0644] | blob |
adlist.h | [new file with mode: 0644] | blob |
ae.c | [new file with mode: 0644] | blob |
ae.h | [new file with mode: 0644] | blob |
anet.c | [new file with mode: 0644] | blob |
anet.h | [new file with mode: 0644] | blob |
benchmark.c | [new file with mode: 0644] | blob |
client-libraries/README | [new file with mode: 0644] | blob |
client-libraries/erlang/.hg_archival.txt | [new file with mode: 0644] | blob |
client-libraries/erlang/.hgignore | [new file with mode: 0644] | blob |
client-libraries/erlang/LICENSE | [new file with mode: 0644] | blob |
client-libraries/erlang/Makefile | [new file with mode: 0644] | blob |
client-libraries/erlang/include/erldis.hrl | [new file with mode: 0644] | blob |
client-libraries/erlang/src/Makefile | [new file with mode: 0644] | blob |
client-libraries/erlang/src/client.erl | [new file with mode: 0644] | blob |
client-libraries/erlang/src/erldis.erl | [new file with mode: 0644] | blob |
client-libraries/erlang/src/proto.erl | [new file with mode: 0644] | blob |
client-libraries/erlang/support/include.mk | [new file with mode: 0644] | blob |
client-libraries/erlang/test/Makefile | [new file with mode: 0644] | blob |
client-libraries/erlang/test/erldis_tests.erl | [new file with mode: 0644] | blob |
client-libraries/erlang/test/proto_tests.erl | [new file with mode: 0644] | blob |
client-libraries/php/redis.php | [new file with mode: 0644] | blob |
client-libraries/php/tests.php | [new file with mode: 0644] | blob |
client-libraries/python/redis.py | [new file with mode: 0644] | blob |
client-libraries/ruby/LICENSE | [new file with mode: 0644] | blob |
client-libraries/ruby/README.markdown | [new file with mode: 0644] | blob |
client-libraries/ruby/README.rdoc | [new file with mode: 0644] | blob |
client-libraries/ruby/Rakefile | [new file with mode: 0644] | blob |
client-libraries/ruby/bench.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/bin/distredis | [new file with mode: 0755] | blob |
client-libraries/ruby/examples/basic.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/examples/incr-decr.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/examples/list.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/examples/sets.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/fill.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/lib/better_timeout.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/lib/dist_redis.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/lib/hash_ring.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/lib/redis.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/spec/redis_spec.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/spec/spec_helper.rb | [new file with mode: 0644] | blob |
client-libraries/ruby/tasks/redis.tasks.rb | [new file with mode: 0644] | blob |
dict.c | [new file with mode: 0644] | blob |
dict.h | [new file with mode: 0644] | blob |
doc/Benchmarks.html | [new file with mode: 0644] | blob |
doc/BgsaveCommand.html | [new file with mode: 0644] | blob |
doc/CommandReference.html | [new file with mode: 0644] | blob |
doc/Credits.html | [new file with mode: 0644] | blob |
doc/DbsizeCommand.html | [new file with mode: 0644] | blob |
doc/DelCommand.html | [new file with mode: 0644] | blob |
doc/DesignPatterns.html | [new file with mode: 0644] | blob |
doc/ExistsCommand.html | [new file with mode: 0644] | blob |
doc/FAQ.html | [new file with mode: 0644] | blob |
doc/FlushallCommand.html | [new file with mode: 0644] | blob |
doc/FlushdbCommand.html | [new file with mode: 0644] | blob |
doc/GetCommand.html | [new file with mode: 0644] | blob |
doc/IncrCommand.html | [new file with mode: 0644] | blob |
doc/InfoCommand.html | [new file with mode: 0644] | blob |
doc/KeysCommand.html | [new file with mode: 0644] | blob |
doc/LastsaveCommand.html | [new file with mode: 0644] | blob |
doc/LindexCommand.html | [new file with mode: 0644] | blob |
doc/LlenCommand.html | [new file with mode: 0644] | blob |
doc/LpopCommand.html | [new file with mode: 0644] | blob |
doc/LrangeCommand.html | [new file with mode: 0644] | blob |
doc/LremCommand.html | [new file with mode: 0644] | blob |
doc/LsetCommand.html | [new file with mode: 0644] | blob |
doc/LtrimCommand.html | [new file with mode: 0644] | blob |
doc/MoveCommand.html | [new file with mode: 0644] | blob |
doc/ProtocolSpecification.html | [new file with mode: 0644] | blob |
doc/QuitCommand.html | [new file with mode: 0644] | blob |
doc/README.html | [new file with mode: 0644] | blob |
doc/RandomkeyCommand.html | [new file with mode: 0644] | blob |
doc/RenameCommand.html | [new file with mode: 0644] | blob |
doc/RenamenxCommand.html | [new file with mode: 0644] | blob |
doc/ReplyTypes.html | [new file with mode: 0644] | blob |
doc/RpushCommand.html | [new file with mode: 0644] | blob |
doc/SaddCommand.html | [new file with mode: 0644] | blob |
doc/SaveCommand.html | [new file with mode: 0644] | blob |
doc/ScardCommand.html | [new file with mode: 0644] | blob |
doc/SelectCommand.html | [new file with mode: 0644] | blob |
doc/SetCommand.html | [new file with mode: 0644] | blob |
doc/SetnxCommand.html | [new file with mode: 0644] | blob |
doc/ShutdownCommand.html | [new file with mode: 0644] | blob |
doc/SinterCommand.html | [new file with mode: 0644] | blob |
doc/SinterstoreCommand.html | [new file with mode: 0644] | blob |
doc/SismemberCommand.html | [new file with mode: 0644] | blob |
doc/SmembersCommand.html | [new file with mode: 0644] | blob |
doc/SortCommand.html | [new file with mode: 0644] | blob |
doc/SremCommand.html | [new file with mode: 0644] | blob |
doc/TemplateCommand.html | [new file with mode: 0644] | blob |
doc/TwitterAlikeExample.html | [new file with mode: 0644] | blob |
doc/TypeCommand.html | [new file with mode: 0644] | blob |
doc/VersionControl.html | [new file with mode: 0644] | blob |
doc/index.html | [new file with mode: 0644] | blob |
doc/redis.png | [new file with mode: 0644] | blob |
doc/style.css | [new file with mode: 0644] | blob |
redis-cli.c | [new file with mode: 0644] | blob |
redis.c | [new file with mode: 0644] | blob |
redis.conf | [new file with mode: 0644] | blob |
sds.c | [new file with mode: 0644] | blob |
sds.h | [new file with mode: 0644] | blob |
test-redis.tcl | [new file with mode: 0644] | blob |
zmalloc.c | [new file with mode: 0644] | blob |
zmalloc.h | [new file with mode: 0644] | blob |