{"id":13805002,"url":"https://github.com/einar-hjortdal/redis","last_synced_at":"2025-05-13T18:33:06.237Z","repository":{"id":176949813,"uuid":"654626191","full_name":"einar-hjortdal/redis","owner":"einar-hjortdal","description":"a library for V programs to connect and interface with Redis-compatible databases","archived":true,"fork":false,"pushed_at":"2024-09-20T14:52:00.000Z","size":70,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"pending","last_synced_at":"2024-11-18T21:46:52.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ncsa","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/einar-hjortdal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-06-16T14:44:47.000Z","updated_at":"2024-09-20T14:52:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb3b88ca-ad95-463b-a859-32d0a61de234","html_url":"https://github.com/einar-hjortdal/redis","commit_stats":null,"previous_names":["coachonko/redis","einar-hjortdal/redis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einar-hjortdal%2Fredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einar-hjortdal%2Fredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einar-hjortdal%2Fredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/einar-hjortdal%2Fredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/einar-hjortdal","download_url":"https://codeload.github.com/einar-hjortdal/redis/tar.gz/refs/heads/pending","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003479,"owners_count":21997894,"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-08-04T01:00:56.191Z","updated_at":"2025-05-13T18:33:05.861Z","avatar_url":"https://github.com/einar-hjortdal.png","language":"V","funding_links":[],"categories":["Libraries"],"sub_categories":["Database clients"],"readme":"| :warning: WARNING           |\n|:----------------------------|\n| Because of the change in license of Redis, I have moved to [Redict](https://redict.io/). I have forked this project [here](https://github.com/einar-hjortdal/redict). |\n\n# redis\n\nRedis library for the V language.\n\n## Features\n\n- RESP version 3 only\n- [Commands](src/cmdable.v)\n- Aumtomatic connection pool\n\n## Usage\n\nInstall with `v install Coachonko.redis`\n\n```V\nimport coachonko.redis\n\n// Configure.\nmut ro := redis.Options{\n  // refer to the options.v file\n}\n\n// Create a new client.\nclient := new_client(mut opts)\n\n// Issue commands as Client methods.\n// Supported commands are listed in the `cmdable.v` file.\nmut result := client.set('test_key', 'test_value', 0)!\n\n// Get the value from results\nresult = client.get('test_key')!\nprintln(result.val())\n```\n\n## Notes\n\nThis library is developed against [Redict](https://redict.io/).\n\nPull requests are very welcome. Please look at [CONTRIBUTING.md](./CONTRIBUTING.md) and at [TODO.md](./TODO.md) \nfiles. Open issues for problems you encounter, reach out to me and the other contributors on [V's Discord](https://discord.gg/vlang).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinar-hjortdal%2Fredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinar-hjortdal%2Fredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinar-hjortdal%2Fredis/lists"}