https://github.com/zshipko/irmin-redis
Redis backend for Irmin
https://github.com/zshipko/irmin-redis
irmin redis
Last synced: about 1 year ago
JSON representation
Redis backend for Irmin
- Host: GitHub
- URL: https://github.com/zshipko/irmin-redis
- Owner: zshipko
- License: isc
- Created: 2018-05-19T01:25:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T01:02:10.000Z (over 7 years ago)
- Last Synced: 2025-03-24T12:21:31.889Z (about 1 year ago)
- Topics: irmin, redis
- Language: OCaml
- Homepage:
- Size: 40 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
irmin-redis — Redis storage for Irmin
-------------------------------------------------------------------------------
%%VERSION%%
irmin-redis implements an Irmin storage backend using Redis
irmin-redis is distributed under the ISC license.
Homepage: https://github.com/zshipko/irmin-redis
## Installation
irmin-redis can be installed with `opam`:
opam pin add irmin-redis git+https://github.com/zshipko/irmin-redis
If you don't use `opam` consult the [`opam`](opam) file for build
instructions.
## Documentation
The documentation and API reference is generated from the source
interfaces. It can be consulted [online][doc] or via `odig doc
irmin-redis`.
[doc]: https://github.com/zshipko/irmin-redis/doc
## Tests
In the distribution sample programs and tests are located in the
[`test`](test) directory. They can be built and run
with:
jbuilder runtest