Path: | README.rdoc |
Last Update: | Wed Apr 17 04:30:23 +0000 2013 |
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