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