RubyGems Navigation menu

redis_directory 1.0.4

Redis::Directory assumes a Redis installation running on a default port and database 0 that will contain connection information for various other Redis databases. For example, if you were using a Redis database to store the content of cached pages, and this was running on a cluster of two Redis instances, with multiple applications connecting partitioned by database, then your connection might look like this: require "redis" require "redis/distributed" # The ACME Corp database is #27 cache = Redis::Distributed.new "redis://redis.example:4400/27", "redis://redis.example:4401/27" Redis::Directory uses a centralized Redis database to store the connection information so you don't have to remember "magic numbers" for each client/database mapping, and can easily update port-numbers/hostnames, cluster-members as necessary. The same connection with Redis::Directory would look like this: require "redis_directory" cache = Redis::Directory.new("redis.example").connect("cache", "acme")

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.4 - March 03, 2012 (8.0 KB)

Runtime 依赖 (3):

json >= 0
minitest >= 0
redis >= 0

业主:

作者:

  • Sam Smoot

SHA 256 校验和:

02989ca6829c9615474b50cd99e3cd48bdb347e541ed9f2542b93d2f09874408

下载总量 4,498

这个版本 4,498

许可:

需要的 Ruby 版本:

链接: