{"id":22023413,"url":"https://github.com/mmcgrana/clj-redis","last_synced_at":"2025-05-07T08:11:42.706Z","repository":{"id":1260645,"uuid":"1199493","full_name":"mmcgrana/clj-redis","owner":"mmcgrana","description":"Clojure Redis client library","archived":false,"fork":false,"pushed_at":"2011-12-13T09:13:03.000Z","size":265,"stargazers_count":79,"open_issues_count":1,"forks_count":24,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T08:01:46.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmcgrana.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-27T00:46:59.000Z","updated_at":"2023-05-19T09:18:54.000Z","dependencies_parsed_at":"2022-08-16T12:50:09.786Z","dependency_job_id":null,"html_url":"https://github.com/mmcgrana/clj-redis","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmcgrana%2Fclj-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmcgrana%2Fclj-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmcgrana%2Fclj-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmcgrana%2Fclj-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmcgrana","download_url":"https://codeload.github.com/mmcgrana/clj-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839294,"owners_count":21812090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-30T06:42:46.377Z","updated_at":"2025-05-07T08:11:42.685Z","avatar_url":"https://github.com/mmcgrana.png","language":"Clojure","funding_links":[],"categories":["\u003ca name=\"Clojure\"\u003e\u003c/a\u003eClojure"],"sub_categories":[],"readme":"# clj-redis\n\nClojure [Redis](http://redis.io) client library.\n\n## Usage\n\n    (require '[clj-redis.client :as redis])\n    \n    (def db (redis/init))\n    \n    (redis/ping db)\n    =\u003e \"PONG\"\n\n    (redis/set db \"foo\" \"BAR\")\n    =\u003e \"OK\"\n\n    (redis/get db \"foo\")\n    =\u003e \"BAR\"\n\n## Notes\n\nThe connections represented by the return value of `clj-redis.client/init` are threadsafe; they are backed by a dynamic pool of connections to the Redis server.\n\n\n## Installation\n\nDepend on `[clj-redis \"0.0.12\"]` in your `project.clj`.\n\n## License\n\nCopyright © 2010-2011 Mark McGranaghan\n\nDistributed under the MIT/X11 license; see the file COPYING.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmcgrana%2Fclj-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmcgrana%2Fclj-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmcgrana%2Fclj-redis/lists"}