redis-3.3.1.gem

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/joe/test2/script.gem.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/joe/test2/script.gem.sh | bash

STEP 2: Install the package
sudo gem install redis -v=3.3.1

A Ruby client library for Redis

Full 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.

Checksums

MD5 8c85f28e3782c91630f93efb53c4258c
SHA1 a2ad73ff606f579f77bf4bbea4f8fccd8992915e
SHA256 97bb3fd676c1781d9912bcbea2831a56962bb3d627555a0c641b4386811c19d9
SHA512 2ca50edfc96e8c66b46b7d30ee2a74b9bf24a4d7095eab61b2f032ec3564c966ce6583f324f8f4a2a6ecd6d65049b68ad9e095ee05749f81c1c86974d6a07ebc

Development Dependencies

  • rake (< 11.0.0)
  • test-unit (= 3.1.5)

Files

  • test/url_param_test.rb
  • test/unknown_commands_test.rb
  • test/transactions_test.rb
  • test/thread_safety_test.rb
  • test/test.conf.erb
  • test/synchrony_driver.rb
  • test/support/wire/thread.rb
  • test/support/wire/synchrony.rb
  • test/support/ssl/untrusted-cert.key
  • test/support/ssl/untrusted-cert.crt
  • test/support/ssl/untrusted-ca.key
  • test/support/ssl/untrusted-ca.crt
  • test/support/ssl/trusted-cert.key
  • test/support/ssl/trusted-cert.crt
  • test/support/ssl/trusted-ca.key
  • test/support/ssl/trusted-ca.crt
  • test/support/ssl/gen_certs.sh
  • test/support/redis_mock.rb
  • test/support/connection/synchrony.rb
  • test/support/connection/ruby.rb
  • test/support/connection/hiredis.rb
  • test/ssl_test.rb
  • test/sorting_test.rb
  • test/sentinel_test.rb
  • test/sentinel_command_test.rb
  • test/scripting_test.rb
  • test/scanning_test.rb
  • test/remote_server_control_commands_test.rb
  • test/publish_subscribe_test.rb
  • test/pipelining_commands_test.rb

Uploaded

almost 6 years ago

Package Size

90.5 KB

Downloads

1,758

wget

wget --content-disposition "https://packagecloud.io/joe/test2/packages/gems/redis-3.3.1.gem/download.gem?distro_version_id=rubygem"

Homepage

https://github.com/redis/redis-rb

License

MIT License