{"id":24680366,"url":"https://github.com/bradmax-com/hxredis","last_synced_at":"2026-05-17T06:45:47.252Z","repository":{"id":30726272,"uuid":"121856616","full_name":"bradmax-com/hxredis","owner":"bradmax-com","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-24T16:18:07.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T19:44:27.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haxe","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/bradmax-com.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-02-17T13:16:42.000Z","updated_at":"2024-05-24T16:18:10.000Z","dependencies_parsed_at":"2025-03-21T19:38:23.707Z","dependency_job_id":"c32101c6-a0e2-4acf-823e-6d745aa0307c","html_url":"https://github.com/bradmax-com/hxredis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bradmax-com/hxredis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmax-com%2Fhxredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmax-com%2Fhxredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmax-com%2Fhxredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmax-com%2Fhxredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradmax-com","download_url":"https://codeload.github.com/bradmax-com/hxredis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmax-com%2Fhxredis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002963,"owners_count":26083487,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":"2025-01-26T14:13:13.245Z","updated_at":"2025-10-10T06:13:58.908Z","avatar_url":"https://github.com/bradmax-com.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n\u003cimg src=\"assets/logo.svg\" width=\"300\" height=\"300\" /\u003e\n\nBest haxe redis client ;)\n\u003c/center\u003e\n\nINSTALLATION\n============\n```\nhaxelib install hxredis\n```\n\nHOW TO USE\n==========\n```\nclass Main\n{\n    public static function main()\n    {\n        var r = new redis.Redis(false); // true if you want to use clusters\n        r.connect(\"127.0.0.1\", 6379);\n        r.key.set(\"dupa\", \"dupa\"));\n        trace(r.key.get(\"dupa\")); // prints dupa\n        r.close();\n    }\n}\n```\n\nCOMMANDS\n========\n        r.key.set()\n\n        bit\n        cluster\n        connection\n        hash\n        list\n        pubSub\n        script\n        server\n        set\n        sort\n        transaction\n\nTODO\n====\n- tests\n- lua cluster support","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmax-com%2Fhxredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradmax-com%2Fhxredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmax-com%2Fhxredis/lists"}