VERSION | = | "0.3.1" |
reconnect_timeout | [RW] |
Connects to redis and returns a client instance
Will connect in preference order to the provided uri, the REDIS_URL environment variable, or localhost:6379
TCP connections are supported via redis://:password@host:port/db (only host and port components are required)
Unix socket uris are supported, e.g. unix:///tmp/redis.sock, however it‘s not possible to set the db or password - use initialize instead in this case