package
module
Version:
v0.0.0-...-86d77c4
Opens a new window with list of versions in this module.
Published: Mar 8, 2014
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
redisurl
Parses a redis url and returns a struct with the result
url = redisurl.Parse("redis://username:s3cr37@somewhere:6380/9")
// url.Port
// 6380
// url.Database
// 9
// url.Host
// somewhere
// url.Password
// s3cr37
You can also use .Url to get a Redis compatible string.
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.