Install this package:
emerge -a dev-haskell/hedis-config
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/hedis-config
Or alternatively:
emerge --autounmask-write -a dev-haskell/hedis-config
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.0 | 8 | ~amd64 | 0/1.0.0 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> 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 > timeout: 30 # connection timeout </longdescription> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | hedis-config-1.0.0.tar.gz | 3063 bytes | 1.0.0 |
| Type | File | Size |
|---|