{"id":18045146,"url":"https://github.com/pomettini/uniredis","last_synced_at":"2025-04-10T01:24:22.444Z","repository":{"id":122850539,"uuid":"137764521","full_name":"pomettini/Uniredis","owner":"pomettini","description":"[WIP] Simple Redis Client for Unity","archived":false,"fork":false,"pushed_at":"2020-03-09T00:17:19.000Z","size":28,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T03:11:23.668Z","etag":null,"topics":["redis","redis-client","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","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/pomettini.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":"2018-06-18T14:43:51.000Z","updated_at":"2024-02-02T15:42:28.000Z","dependencies_parsed_at":"2024-08-11T16:31:10.524Z","dependency_job_id":null,"html_url":"https://github.com/pomettini/Uniredis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomettini%2FUniredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomettini%2FUniredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomettini%2FUniredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomettini%2FUniredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pomettini","download_url":"https://codeload.github.com/pomettini/Uniredis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138883,"owners_count":21053973,"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":["redis","redis-client","unity","unity3d"],"created_at":"2024-10-30T18:12:13.509Z","updated_at":"2025-04-10T01:24:22.412Z","avatar_url":"https://github.com/pomettini.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniredis\n\nSimple Redis Client for Unity\n\nThis client is not actively maintained and it's still work in progress, but you're free to contribute if you want 🙂\n\n## Example (using the SET command)\n\n```csharp\nUniredis.Set(this, \"Hello\", \"World\", (error, result) =\u003e\n{\n    if (error == null)\n    {\n        Debug.Log(result);\n    }\n});\n```\n\n## Featuring\n\n* Unity-like APIs\n* Tested codebase\n  \n## Limitations\n\n* Only a database at a time is supported (for now)\n  \n## Commands Supported\n\n### Strings\n\n- [ ] APPEND\n- [ ] BITCOUNT\n- [x] SET\n- [ ] SETNX\n- [ ] SETRANGE\n- [ ] STRLEN\n- [ ] MSET\n- [ ] MSETNX\n- [x] GET\n- [ ] GETRANGE\n- [ ] MGET\n- [ ] INCR\n- [ ] INCRBY\n- [ ] INCRBYFLOAT\n- [ ] DECR\n- [ ] DECRBY\n- [ ] DEL\n- [ ] EXPIRE\n- [ ] TTL\n\n### Sets\n\n- [ ] SADD\n- [ ] SCARD\n- [ ] SREM\n- [ ] SISMEMBER\n- [ ] SMEMBERS\n- [ ] SUNION\n- [ ] SINTER\n- [ ] SMOVE\n- [ ] SPOP\n\n### Sorted Sets\n\n- [ ] ZADD\n- [ ] ZCARD\n- [ ] ZCOUNT\n- [ ] ZINCRBY\n- [ ] ZRANGE\n- [ ] ZRANK\n- [ ] ZREM\n- [ ] ZREMRANGEBYRANK\n- [ ] ZREMRANGEBYSCORE\n- [ ] ZSCORE\n- [ ] ZRANGEBYSCORE\n\n### Hashes\n\n- [ ] HGET\n- [ ] HGETALL\n- [ ] HSET\n- [ ] HSETNX\n- [ ] HMSET\n- [ ] HINCRBY\n- [ ] HDEL\n- [ ] HEXISTS\n- [ ] HKEYS\n- [ ] HLEN\n- [ ] HSTRLEN\n- [ ] HVALS\n\n### HyperLogLog\n\n- [ ] PFADD\n- [ ] PFCOUNT\n- [ ] PFMERGE\n- [ ] PSUBSCRIBE\n- [ ] PUBSUB\n- [ ] PUBLISH\n- [ ] PUNSUBSCRIBE\n- [ ] SUBSCRIBE\n- [ ] UNSUBSCRIBE\n\n### Other\n\n- [ ] KEYS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomettini%2Funiredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpomettini%2Funiredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomettini%2Funiredis/lists"}