Releases: 0xffea/ocaml-redis
Releases · 0xffea/ocaml-redis
0.7.1
0.7
0.6
0.5
- add xadd, xlen, xdel, xrange, xrevrange, xtrim, xread
- add
connection_spec
constructor with default port - require ocaml 4.03 at least
- Add support for authenticating with ACL (thanks Steven Anderson)
maintenance:
- move to ounit2 for tests
- add github actions for CI and doc generation, remove travis
0.4
-
feat: also have
>|=
in IO; in Cache, atomic set+expire -
fix(api): export type of cache
-
add printer for
reply
-
migrate opam files to 2.0
-
migration to dune
-
fix: redis-lwt: pass fd type
-
add some benchmarks and integration tests
-
update doc generation, fix errors for odoc
-
reindent, style, etc.