{"id":20162558,"url":"https://github.com/zdharma-continuum/zservice-redis","last_synced_at":"2026-06-17T23:31:45.971Z","repository":{"id":46149409,"uuid":"425329577","full_name":"zdharma-continuum/zservice-redis","owner":"zdharma-continuum","description":"A Zsh plugin that runs redis database server","archived":false,"fork":false,"pushed_at":"2023-04-16T03:00:56.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T00:09:23.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zdharma-continuum.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-06T19:23:05.000Z","updated_at":"2021-11-19T14:11:09.000Z","dependencies_parsed_at":"2024-11-14T00:27:10.732Z","dependency_job_id":null,"html_url":"https://github.com/zdharma-continuum/zservice-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdharma-continuum/zservice-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzservice-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzservice-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzservice-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzservice-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zservice-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzservice-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T00:25:41.601Z","updated_at":"2026-06-17T23:31:45.954Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis\n\nThis Zsh service-plugin will run `redis-server` pointing it to configuration file `redis.conf`. This can be used with\nplugin [zdharma-continuum/zredis](https://github.com/zdharma-continuum/zredis) to have the redis-backend running, to use\n*shared-variables* (between shells). Bind the variables using lazy method (`-L {type}` option):\n\n```zsh\n# Port 4815, database nr. 3, key \"MYLIST\"\nztie -d db/redis -f \"127.0.0.1:4815/3/MYLIST\" -L list mylist\n```\n\nThe command `ztie` is provided by [zdharma-continuum/zredis](https://github.com/zdharma-continuum/zredis) plugin.\n\n## [zinit](https://github.com/zdharma-continuum/zinit)\n\nA service-plugin needs a plugin manager that supports loading single plugin instance per all active Zsh sessions, in\nbackground. zinit supports this, just add:\n\n```zsh\nzinit ice service'redis'\nzinit light zservices/redis\n```\n\nto `~/.zshrc`.\n\n## Explanation of Zsh-spawned services\n\nFirst Zsh instance that will gain a lock will spawn the service. Other Zsh instances will wait. When you close the\ninitial Zsh session, another Zsh will gain lock and resume the service. `zdharma-continuum/zredis` supports\nreconnecting, so all shared-variables will still work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzservice-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzservice-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzservice-redis/lists"}