hedis-config: Easy trivial configuration for Redis
Datatype to parse redis connection settings from file like
host: localhost # host name or address port: 6379 # you can specify either port # socket: /run/redis.socket # or unix socket path # service: redis # or service name password: "pass" # if not specified then no password used database: 0 # database number to connect to max-connections: 5 # max connections in pool max-idle-time: 30 # keep connection open for 30 seconds
[Skip to Readme]
Downloads
- hedis-config-0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson, base (>=4.6 && <5), bytestring, hedis (>=0.6), scientific, text, time [details] |
License | BSD-3-Clause |
Author | Aleksey Uimanov |
Maintainer | s9gf4ult@gmail.com |
Category | Database |
Home page | https://bitbucket.org/s9gf4ult/hedis-config |
Source repo | head: git clone git@bitbucket.org:s9gf4ult/hedis-config.git |
Uploaded | by AlekseyUymanov at 2016-02-24T05:37:49Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3007 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-02-24 [all 1 reports] |