{"id":16098978,"url":"https://github.com/hellerve/redis","last_synced_at":"2026-01-20T03:08:59.673Z","repository":{"id":79626354,"uuid":"63345721","full_name":"hellerve/redis","owner":"hellerve","description":"A redis client library for zepto","archived":false,"fork":false,"pushed_at":"2016-12-01T17:51:24.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:12:12.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-07-14T14:57:26.000Z","updated_at":"2023-09-08T17:12:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f78c86d8-468d-4c3e-8e86-4a15fb694556","html_url":"https://github.com/hellerve/redis","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"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-10-09T18:25:16.684Z","updated_at":"2026-01-20T03:08:59.668Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis\n\nA Redis client for zepto.\nIt is stable and maintained, but not really battle-tested.\n\n# Installation\n\n```\nzeps install hellerve/redis\n```\n\n# Usage\n\nMost commands of redis are supported. The naming\nscheme follows the template of `redis:the-command-in-lower-case`.\n\n```clojure\n(load \"redis/redis\")\n\n(define redis-client (redis:new)) ; defaults to a connection to 127.0.0.1:6379\n; you can also open a connection to a specific IP/Port pair\n(define redis-client (redis:new :ip   \"192.168.1.2\"\n                                :port 6331))\n\n(redis:ping redis-client) ; \"PONG\"\n(redis:dbsize redis-client) ; some integer denoting the current db size\n(redis:set redis-client \"zepto\" \"myvalue\") ; sets \"zepto\" to \"myvalue\"\n(redis:get redis-client \"zepto\") ; \"myvalue\"\n```\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fredis/lists"}