Metadata


Name
redis
Version
3.3.1
Platform
ruby
Authors
Ezra Zygmuntowicz
Taylor Weibley
Matthew Clark
Brian McKinney
Salvatore Sanfilippo
Luca Guidi
Michel Martens
Damian Janowski
Pieter Noordhuis
Bindir
bin
Date
2016-07-18 00:00:00 UTC
Dependencies
rake (< 11.0.0, development)
test-unit (= 3.1.5, development)
Description
A Ruby client that tries to match Redis' API one-to-one, while still providing an idiomatic interface. It features thread-safety, client-side sharding, pipelining, and an obsession for performance.
Email
redis-db@googlegroups.com
Files
.gitignore
.travis.yml
.travis/Gemfile
.yardopts
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
benchmarking/logging.rb
benchmarking/pipeline.rb
benchmarking/speed.rb
benchmarking/suite.rb
benchmarking/worker.rb
examples/basic.rb
examples/consistency.rb
examples/dist_redis.rb
examples/incr-decr.rb
examples/list.rb
examples/pubsub.rb
examples/sentinel.rb
examples/sentinel/sentinel.conf
examples/sentinel/start
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/bitpos_test.rb
test/blocking_commands_test.rb
test/client_test.rb
test/command_map_test.rb
test/commands_on_hashes_test.rb
test/commands_on_hyper_log_log_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/.gitkeep
test/distributed_blocking_commands_test.rb
test/distributed_commands_on_hashes_test.rb
test/distributed_commands_on_hyper_log_log_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_scripting_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/fork_safety_test.rb
test/helper.rb
test/helper_test.rb
test/internals_test.rb
test/lint/blocking_commands.rb
test/lint/hashes.rb
test/lint/hyper_log_log.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/remote_server_control_commands_test.rb
test/scanning_test.rb
test/scripting_test.rb
test/sentinel_command_test.rb
test/sentinel_test.rb
test/sorting_test.rb
test/ssl_test.rb
test/support/connection/hiredis.rb
test/support/connection/ruby.rb
test/support/connection/synchrony.rb
test/support/redis_mock.rb
test/support/ssl/gen_certs.sh
test/support/ssl/trusted-ca.crt
test/support/ssl/trusted-ca.key
test/support/ssl/trusted-cert.crt
test/support/ssl/trusted-cert.key
test/support/ssl/untrusted-ca.crt
test/support/ssl/untrusted-ca.key
test/support/ssl/untrusted-cert.crt
test/support/ssl/untrusted-cert.key
test/support/wire/synchrony.rb
test/support/wire/thread.rb
test/synchrony_driver.rb
test/test.conf.erb
test/thread_safety_test.rb
test/transactions_test.rb
test/unknown_commands_test.rb
test/url_param_test.rb
Homepage
https://github.com/redis/redis-rb
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.5.1
Specification version
4
Summary
A Ruby client library for Redis
Test files
test/bitpos_test.rb
test/blocking_commands_test.rb
test/client_test.rb
test/command_map_test.rb
test/commands_on_hashes_test.rb
test/commands_on_hyper_log_log_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/.gitkeep
test/distributed_blocking_commands_test.rb
test/distributed_commands_on_hashes_test.rb
test/distributed_commands_on_hyper_log_log_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_scripting_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/fork_safety_test.rb
test/helper.rb
test/helper_test.rb
test/internals_test.rb
test/lint/blocking_commands.rb
test/lint/hashes.rb
test/lint/hyper_log_log.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/remote_server_control_commands_test.rb
test/scanning_test.rb
test/scripting_test.rb
test/sentinel_command_test.rb
test/sentinel_test.rb
test/sorting_test.rb
test/ssl_test.rb
test/support/connection/hiredis.rb
test/support/connection/ruby.rb
test/support/connection/synchrony.rb
test/support/redis_mock.rb
test/support/ssl/gen_certs.sh
test/support/ssl/trusted-ca.crt
test/support/ssl/trusted-ca.key
test/support/ssl/trusted-cert.crt
test/support/ssl/trusted-cert.key
test/support/ssl/untrusted-ca.crt
test/support/ssl/untrusted-ca.key
test/support/ssl/untrusted-cert.crt
test/support/ssl/untrusted-cert.key
test/support/wire/synchrony.rb
test/support/wire/thread.rb
test/synchrony_driver.rb
test/test.conf.erb
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