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/distributed_commands_on_lists_test.rb
  • test/distributed_commands_on_hyper_log_log_test.rb
  • test/distributed_commands_on_hashes_test.rb
  • test/distributed_blocking_commands_test.rb
  • test/db/.gitkeep
  • test/connection_handling_test.rb
  • test/commands_on_value_types_test.rb
  • test/commands_on_strings_test.rb
  • test/commands_on_sorted_sets_test.rb
  • test/commands_on_sets_test.rb
  • test/commands_on_lists_test.rb
  • test/commands_on_hyper_log_log_test.rb
  • test/commands_on_hashes_test.rb
  • test/command_map_test.rb
  • test/client_test.rb
  • test/blocking_commands_test.rb
  • test/bitpos_test.rb
  • redis.gemspec
  • README.md
  • Rakefile
  • LICENSE
  • lib/redis/version.rb
  • lib/redis/subscribe.rb
  • lib/redis/pipeline.rb
  • lib/redis/hash_ring.rb
  • lib/redis/errors.rb
  • lib/redis/distributed.rb
  • lib/redis/connection/synchrony.rb
  • lib/redis/connection/ruby.rb
  • lib/redis/connection/registry.rb

Uploaded

almost 6 years ago

Package Size

90.5 KB

Downloads

1,765

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