Releases: 0xffea/ocaml-redis
Releases · 0xffea/ocaml-redis
0.8
14 May 15:01
Compare
Sorry, something went wrong.
No results found
CHANGES:
printer for connection spec
add send_pipelined_custom_requests
add more docs about pubsub
0.7.1
19 Oct 20:06
Compare
Sorry, something went wrong.
No results found
CHANGES:
fix: remove debug message in pool
0.7
10 Oct 00:47
Compare
Sorry, something went wrong.
No results found
CHANGES:
add ability to connect to redis via unix sockets (Albert Peschar)
add a connection pool implementation
bugfix: fix out of order arguments caused by excessive concurrency
in redis-lwt (Khady)
0.6
27 Jun 14:02
Compare
Sorry, something went wrong.
No results found
feat: exposed send_custom_request in the client
add lmove and blmove
Add support for OCaml 5.0
Add bzpopmin, bzpopmax
Add zpopmin, zpopmax
0.5
17 Jun 14:38
Compare
Sorry, something went wrong.
No results found
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
15 May 22:32
Compare
Sorry, something went wrong.
No results found
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.
0.3.7
07 Aug 07:10
Compare
Sorry, something went wrong.
No results found
Add EXPIRE to mass insert command set (thanks Malthe Borch)
Various fixes (thanks Kate and Varun Kohli)
0.3.6
28 Mar 14:41
Compare
Sorry, something went wrong.
No results found