[FIG(quote)[
[FIGCAPTION[
[1] [CITE@en[ddollar/redis-url]]
([TIME[2015-07-24 09:32:39 +09:00]] 版)
<https://github.com/ddollar/redis-url>
]FIGCAPTION]

> redis://'''[''':password@''']'''host:port'''['''/db-number''']''''''['''?option=value''']'''

]FIG]


[FIG(quote)[
[FIGCAPTION[
[2] ([TIME[2015-07-21 07:15:28 +09:00]] 版)
<http://www.iana.org/assignments/uri-schemes/prov/redis>
]FIGCAPTION]

> 
> Applications/protocols that use this scheme name:
>   This scheme is used by some Redis database client libraries to
>   designate the Redis database to connect to, and in some cases to set
>   additional connection parameters of the client library.  Redis client
>   libraries implement the RESP (REdis Serialization Protocol) defined
>   in "Redis Protocol specification".  This URI scheme is not part of
>   that specification.

]FIG]


[FIG(quote)[
[FIGCAPTION[
[3] [CITE@en[gleicon/engino]]
([TIME[2015-09-18 15:30:17 +09:00]] 版)
<https://github.com/gleicon/engino>
]FIGCAPTION]

> -c connection string. redis://localhost:6379, etcd://localhost:4001, consul://localhost:8500

]FIG]


[FIG(quote)[
[FIGCAPTION[
[4] [CITE@en[Installing Redis - Jumpstart Lab Curriculum]]
([[Jumpstart Lab]] 著, [TIME[2015-04-29 01:57:18 +09:00]] 版)
<http://tutorials.jumpstartlab.com/topics/performance/installing_redis.html>
]FIGCAPTION]

> 
>   config.cache_store = :redis_store, "redis://localhost:6379/1/ns"

]FIG]


[FIG(quote)[
[FIGCAPTION[
[5] [CITE[Using Redis — Celery 3.1.18 documentation]]
([TIME[2015-09-10 03:56:21 +09:00]] 版)
<http://celery.readthedocs.org/en/latest/getting-started/brokers/redis.html>
]FIGCAPTION]

> Where the URL is in the format of:
> redis://:password@hostname:port/db_number
> all fields after the scheme are optional, and will default to localhost on port 6379, using database 0.
> If a unix socket connection should be used, the URL needs to be in the format:
> redis+socket:///path/to/redis.sock

]FIG]
