Skip to content

Releases: 0xffea/ocaml-redis

0.7.1

19 Oct 20:06
ab1e7ca
Compare
Choose a tag to compare

CHANGES:

fix: remove debug message in pool

0.7

10 Oct 00:47
9a3edcd
Compare
Choose a tag to compare
0.7

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
613b28a
Compare
Choose a tag to compare
0.6
  • 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
Choose a tag to compare
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

15 May 22:32
Compare
Choose a tag to compare
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.

0.3.7

07 Aug 07:10
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Safe-string support.