-
Hi! Thank you for writing Hedis =]
I noticed the readme says:
> Hedis is intended to be used with the latest stable version of Redis (currently 5.0).
Is the readme merely outdated, or is 6.0 …
-
In the Coverage profile, Payer references QI Core Patient in QI Core but in HEDIS, Payer references Patient – This should be HEDIS patient
In Task, observation-delta is in QI Core but not in HEDIS …
-
Hello, I made this https://bitbucket.org/s9gf4ult/redis-monadic and I think it would be great to merge it with `hedis-simple`.
Will you accept the patch?
-
I am thinking maybe it's a good idea to have ready to go instances for json/yml/whateverml so that people would be able to use it in their apps and just put the configs into config/redis.yml or whatev…
-
Hedis doesn't seem to interpret the redis uri like redis-cli does
expected by redis-cli -u since [informatikr/hedis](https://github.com/informatikr/hedis) doesn't interpret it the same way as red…
teto updated
11 months ago
-
* Tabular data:
* CSV/TSV :
* `cassava` / `sv`
* ARFF (see #38 )
* NetCDF:
* `hnetcdf` ( https://github.com/ian-ross/hnetcdf )
* HDF5 :
* ?
* Databases
* Redis :
…
-
Currently for Clustered Redis connection pool management, we treat **each resource of the pool** as **a list of active connection to each node of the cluster**. This has the following problems:
1. …
-
Currently for error conditions outside of transactions `hedis` returns a `Left (Error ByteString :: Reply)`, which confuses me a little bit.
For example it was not immediately clear to me whether the…
-
https://hedis.io/
It links to some trading software in unrelated places.
I wonder if the code can be trusted, or is it compromised too.
Anyways, the official Redis doc shouldn't mark it as reco…
-
Hedis loses connection to a redis cluster, if the redis cluster nodes change their IP addresses during a restart.
### How to reproduce the problem
1. Start haskell app which talks to redis in cl…