Metadata


Name
redis
Version
3.0.0.rc1
Platform
ruby
Authors
Ezra Zygmuntowicz
Taylor Weibley
Matthew Clark
Brian McKinney
Salvatore Sanfilippo
Luca Guidi
Michel Martens
Damian Janowski
Pieter Noordhuis
Bindir
bin
Date
2012-03-10 00:00:00 UTC
Dependencies
rake (>= 0, development)
cutest (>= 0, development)
hiredis (>= 0, development)
em-synchrony (>= 0, development)
Description
A simple Ruby client trying to match Redis' API one-to-one while still providing a Rubystic interface. It features thread safety, client-side sharding, and an obsession for performance.
Email
redis-db@googlegroups.com
Files
.gitignore
.yardopts
CHANGELOG.md
LICENSE
README.md
Rakefile
TODO.md
benchmarking/logging.rb
benchmarking/pipeline.rb
benchmarking/speed.rb
benchmarking/suite.rb
benchmarking/thread_safety.rb
benchmarking/worker.rb
examples/basic.rb
examples/dist_redis.rb
examples/incr-decr.rb
examples/list.rb
examples/pubsub.rb
examples/sets.rb
examples/unicorn/config.ru
examples/unicorn/unicorn.rb
lib/redis.rb
lib/redis/client.rb
lib/redis/connection.rb
lib/redis/connection/command_helper.rb
lib/redis/connection/hiredis.rb
lib/redis/connection/registry.rb
lib/redis/connection/ruby.rb
lib/redis/connection/synchrony.rb
lib/redis/distributed.rb
lib/redis/errors.rb
lib/redis/hash_ring.rb
lib/redis/pipeline.rb
lib/redis/subscribe.rb
lib/redis/version.rb
redis.gemspec
test/command_map_test.rb
test/commands_on_hashes_test.rb
test/commands_on_lists_test.rb
test/commands_on_sets_test.rb
test/commands_on_sorted_sets_test.rb
test/commands_on_strings_test.rb
test/commands_on_value_types_test.rb
test/connection_handling_test.rb
test/db/.gitignore
test/distributed_blocking_commands_test.rb
test/distributed_commands_on_hashes_test.rb
test/distributed_commands_on_lists_test.rb
test/distributed_commands_on_sets_test.rb
test/distributed_commands_on_sorted_sets_test.rb
test/distributed_commands_on_strings_test.rb
test/distributed_commands_on_value_types_test.rb
test/distributed_commands_requiring_clustering_test.rb
test/distributed_connection_handling_test.rb
test/distributed_internals_test.rb
test/distributed_key_tags_test.rb
test/distributed_persistence_control_commands_test.rb
test/distributed_publish_subscribe_test.rb
test/distributed_remote_server_control_commands_test.rb
test/distributed_sorting_test.rb
test/distributed_test.rb
test/distributed_transactions_test.rb
test/encoding_test.rb
test/error_replies_test.rb
test/helper.rb
test/helper_test.rb
test/internals_test.rb
test/lint/hashes.rb
test/lint/internals.rb
test/lint/lists.rb
test/lint/sets.rb
test/lint/sorted_sets.rb
test/lint/strings.rb
test/lint/value_types.rb
test/persistence_control_commands_test.rb
test/pipelining_commands_test.rb
test/publish_subscribe_test.rb
test/redis_mock.rb
test/remote_server_control_commands_test.rb
test/sorting_test.rb
test/synchrony_driver.rb
test/test.conf
test/thread_safety_test.rb
test/transactions_test.rb
test/unknown_commands_test.rb
test/url_param_test.rb
Homepage
https://github.com/ezmobius/redis-rb
Require paths
lib
Required ruby version
>= 0
Required rubygems version
> 1.3.1
Rubygems version
1.8.10
Specification version
3
Summary
A Ruby client library for the Redis key-value store.
Test files
test/command_map_test.rb
test/commands_on_hashes_test.rb
test/commands_on_lists_test.rb
test/commands_on_sets_test.rb
test/commands_on_sorted_sets_test.rb
test/commands_on_strings_test.rb
test/commands_on_value_types_test.rb
test/connection_handling_test.rb
test/db/.gitignore
test/distributed_blocking_commands_test.rb
test/distributed_commands_on_hashes_test.rb
test/distributed_commands_on_lists_test.rb
test/distributed_commands_on_sets_test.rb
test/distributed_commands_on_sorted_sets_test.rb
test/distributed_commands_on_strings_test.rb
test/distributed_commands_on_value_types_test.rb
test/distributed_commands_requiring_clustering_test.rb
test/distributed_connection_handling_test.rb
test/distributed_internals_test.rb
test/distributed_key_tags_test.rb
test/distributed_persistence_control_commands_test.rb
test/distributed_publish_subscribe_test.rb
test/distributed_remote_server_control_commands_test.rb
test/distributed_sorting_test.rb
test/distributed_test.rb
test/distributed_transactions_test.rb
test/encoding_test.rb
test/error_replies_test.rb
test/helper.rb
test/helper_test.rb
test/internals_test.rb
test/lint/hashes.rb
test/lint/internals.rb
test/lint/lists.rb
test/lint/sets.rb
test/lint/sorted_sets.rb
test/lint/strings.rb
test/lint/value_types.rb
test/persistence_control_commands_test.rb
test/pipelining_commands_test.rb
test/publish_subscribe_test.rb
test/redis_mock.rb
test/remote_server_control_commands_test.rb
test/sorting_test.rb
test/synchrony_driver.rb
test/test.conf
test/thread_safety_test.rb
test/transactions_test.rb
test/unknown_commands_test.rb
test/url_param_test.rb
Original platform
ruby
New platform
ruby