https://github.com/zshipko/ocaml-hiredis
Hiredis bindings for OCaml
https://github.com/zshipko/ocaml-hiredis
ocaml-bindings redis
Last synced: about 1 year ago
JSON representation
Hiredis bindings for OCaml
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-hiredis
- Owner: zshipko
- License: isc
- Created: 2017-04-24T18:20:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T19:53:26.000Z (about 8 years ago)
- Last Synced: 2025-03-24T12:21:34.126Z (over 1 year ago)
- Topics: ocaml-bindings, redis
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hiredis
Hiredis bindings for OCaml.
## Dependencies
- Topkg (build)
- Lwt
## Installation
opam install hiredis
## Documentation
See [src/hiredis.mli](https://github.com/zshipko/ocaml-hiredis/blob/master/src/hiredis.mli)