openvstorage/alba

Support for redis clusters in Ocaml client

Closed this issue · 3 comments

Based upon a discussion in openvstorage/framework#1119 this ticket is created.
The ocaml redis client currently has no support for that, so this ticket is created for having that supported.

domsj commented

The ocaml-redis library that we use now has support for redis cluster: 0xffea/ocaml-redis#51 . So if desired we could integrate this.

Not required for now as we switched from LRU to random eviction.

Closing this one down as we no longer use Redis for LRU.