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

  • lib/redis/connection/hiredis.rb
  • lib/redis/connection/command_helper.rb
  • lib/redis/connection.rb
  • lib/redis/client.rb
  • lib/redis.rb
  • Gemfile
  • examples/unicorn/unicorn.rb
  • examples/unicorn/config.ru
  • examples/sets.rb
  • examples/sentinel/start
  • examples/sentinel/sentinel.conf
  • examples/sentinel.rb
  • examples/pubsub.rb
  • examples/list.rb
  • examples/incr-decr.rb
  • examples/dist_redis.rb
  • examples/consistency.rb
  • examples/basic.rb
  • CHANGELOG.md
  • benchmarking/worker.rb
  • benchmarking/suite.rb
  • benchmarking/speed.rb
  • benchmarking/pipeline.rb
  • benchmarking/logging.rb
  • .yardopts
  • .travis/Gemfile
  • .travis.yml
  • .gitignore

Uploaded

almost 6 years ago

Package Size

90.5 KB

Downloads

1,764

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