Path: | README.rdoc |
Last Update: | Sat Dec 03 09:08:13 +0000 2011 |
redis://host:port/dbindex
require 'uri/redis' conf = URI.parse 'redis://localhost:8999/2' conf.host # => localhost conf.port # => 8999 conf.db # => 2
Get it in one of the following ways:
See LICENSE.txt