# File lib/uri/redis.rb, line 65
def
serverid
'redis://%s:%s/%s'
%
[
host
,
port
,
db
]
end