{"id":16743966,"url":"https://github.com/zshipko/ocaml-redis-module","last_synced_at":"2026-05-10T14:48:32.190Z","repository":{"id":79820995,"uuid":"91234998","full_name":"zshipko/ocaml-redis-module","owner":"zshipko","description":"Redis Modules in OCaml","archived":false,"fork":false,"pushed_at":"2020-04-08T05:01:16.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T01:12:42.264Z","etag":null,"topics":["ocaml","redis"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zshipko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-14T10:08:32.000Z","updated_at":"2020-04-08T05:01:18.000Z","dependencies_parsed_at":"2023-03-07T16:15:29.561Z","dependency_job_id":null,"html_url":"https://github.com/zshipko/ocaml-redis-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zshipko/ocaml-redis-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zshipko%2Focaml-redis-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zshipko%2Focaml-redis-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zshipko%2Focaml-redis-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zshipko%2Focaml-redis-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zshipko","download_url":"https://codeload.github.com/zshipko/ocaml-redis-module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zshipko%2Focaml-redis-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32860226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ocaml","redis"],"created_at":"2024-10-13T01:42:05.543Z","updated_at":"2026-05-10T14:48:32.139Z","avatar_url":"https://github.com/zshipko.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-module\n\n`redis-module` provides bindings to the [redis](https://github.com/antirez/redis) module interface in OCaml.\n\n## Installation\n\nUsing [opam](https://github.com/ocaml/opam):\n\n```shell\n$ opam pin add redis-module git+https://github.com/zshipko/ocaml-redis-module\n```\n## Usage\n\nTo use `redis-module` you need to build your project as a shared object. This can be done easily using [dune](https://github.com/ocaml/dune). The following is an example of the most basic working configuration:\n\n```\n(executable\n  (name example)\n  (modes shared_object)\n  (libraries redis-module))\n```\n\nYou can then use `dune build $MODULE_PATH/example.so`, where `$MODULE_PATH` is the path to your OCaml source and `dune` file.\n\n\n## Example\n\nTo build and run the example module run:\n\n```shell\n$ dune runtest --no-buffer\n```\n\nSee `example/example.ml` for mor information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzshipko%2Focaml-redis-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzshipko%2Focaml-redis-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzshipko%2Focaml-redis-module/lists"}