-
Name
-
redis
-
Version
-
4.8.0
-
Platform
-
ruby
-
Authors
-
Ezra Zygmuntowicz
Taylor Weibley
Matthew Clark
Brian McKinney
Salvatore Sanfilippo
Luca Guidi
Michel Martens
Damian Janowski
Pieter Noordhuis
-
Bindir
-
bin
-
Date
-
2022-08-22 00:00:00 UTC
-
Dependencies
-
em-synchrony (>= 0, development)
hiredis (>= 0, development)
mocha (>= 0, development)
-
Description
-
A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface.
-
Email
-
redis-db@googlegroups.com
-
Files
-
CHANGELOG.md
LICENSE
README.md
lib/redis.rb
lib/redis/client.rb
lib/redis/cluster.rb
lib/redis/cluster/command.rb
lib/redis/cluster/command_loader.rb
lib/redis/cluster/key_slot_converter.rb
lib/redis/cluster/node.rb
lib/redis/cluster/node_key.rb
lib/redis/cluster/node_loader.rb
lib/redis/cluster/option.rb
lib/redis/cluster/slot.rb
lib/redis/cluster/slot_loader.rb
lib/redis/commands.rb
lib/redis/commands/bitmaps.rb
lib/redis/commands/cluster.rb
lib/redis/commands/connection.rb
lib/redis/commands/geo.rb
lib/redis/commands/hashes.rb
lib/redis/commands/hyper_log_log.rb
lib/redis/commands/keys.rb
lib/redis/commands/lists.rb
lib/redis/commands/pubsub.rb
lib/redis/commands/scripting.rb
lib/redis/commands/server.rb
lib/redis/commands/sets.rb
lib/redis/commands/sorted_sets.rb
lib/redis/commands/streams.rb
lib/redis/commands/strings.rb
lib/redis/commands/transactions.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
-
Homepage
-
https://github.com/redis/redis-rb
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/redis/redis-rb/issues", "changelog_uri"=>"https://github.com/redis/redis-rb/blob/master/CHANGELOG.md", "documentation_uri"=>"https://www.rubydoc.info/gems/redis/4.8.0", "homepage_uri"=>"https://github.com/redis/redis-rb", "source_code_uri"=>"https://github.com/redis/redis-rb/tree/v4.8.0"}
-
Require paths
-
lib
-
Required ruby version
-
>= 2.4.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.1.2
-
Specification version
-
4
-
Summary
-
A Ruby client library for Redis
-
Original platform
-
ruby
-
New platform
-
ruby