{"id":18698977,"url":"https://github.com/icefiredb/icefiredb-proxy","last_synced_at":"2025-04-12T08:08:56.469Z","repository":{"id":184238111,"uuid":"671511495","full_name":"IceFireDB/IceFireDB-Proxy","owner":"IceFireDB","description":"IceFireDB-Proxy is a high-performance, high-availability, and user-friendly Resp protocol cluster proxy solution. It is supporting P2P networking and is a network component in the IceFireDB ecosystem.","archived":false,"fork":false,"pushed_at":"2024-05-06T14:33:31.000Z","size":611,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T08:07:48.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IceFireDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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-07-27T13:38:21.000Z","updated_at":"2024-07-12T17:11:47.000Z","dependencies_parsed_at":"2024-05-06T15:58:59.804Z","dependency_job_id":"9510adbe-3f8c-4b5e-b1ae-ae09a1c6419c","html_url":"https://github.com/IceFireDB/IceFireDB-Proxy","commit_stats":null,"previous_names":["icefiredb/icefiredb-proxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceFireDB%2FIceFireDB-Proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceFireDB%2FIceFireDB-Proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceFireDB%2FIceFireDB-Proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceFireDB%2FIceFireDB-Proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IceFireDB","download_url":"https://codeload.github.com/IceFireDB/IceFireDB-Proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537137,"owners_count":21120709,"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-11-07T11:30:30.548Z","updated_at":"2025-04-12T08:08:56.432Z","avatar_url":"https://github.com/IceFireDB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IceFireDB-Proxy\n[![Build](https://github.com/IceFireDB/IceFireDB-Proxy/actions/workflows/main.yml/badge.svg)](https://github.com/IceFireDB/IceFireDB-Proxy/actions/workflows/main.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IceFireDB/IceFireDB-Proxy)](https://github.com/IceFireDB/IceFireDB-Proxy/blob/master/go.mod)    \n\nIceFireDB-Proxy is a high-performance, high-availability, and user-friendly Resp protocol cluster proxy solution. It is supporting P2P networking and is a network component in the IceFireDB ecosystem.\n\n1. Complete data source mode support: stand-alone, cluster mode\n2. Rich command support\n3. Excellent cluster state management and failover\n4. Supports P2P automatic networking\n5. New framework for faster network, will be upgraded soon. [redhub](https://github.com/IceFireDB/redhub)\n\n# Architecture\n![comp-archotecture](./docs/comp-archotecture.png)\n\n# Protocol\n![usage-architecture](./docs/usage-architecture.png)\n\n## Table of Contents\n- [Install](#Install)\n- [Usage](#usage)\n- [Command support](#command-support)\n- [License](#license)\n\n\n### Install\nThis project uses Go. Go check them out if you don't have them locally installed.\n```text\n1. Install Go\n2. git clone https://github.com/IceFireDB/IceFireDB-Proxy.git $GOPATH/src/github.com/IceFireDB/IceFireDB-Proxy\n3. cd $GOPATH/src/github.com/IceFireDB/IceFireDB-Proxy\n4. make\n```\n\n### Usage\nRun a binary file directly, if you need to run in the background can be added to the systemd system management\n```shell\n./bin/IceFireDB-Proxy -c ./config/config.yaml\n```\n\n### Command support\n#### String\n* APPEND\n* BITCOUNT\n* BITPOS\n* DECR\n* DECRBY\n* DEL\n* EXISTS\n* GET\n* GETBIT\n* SETBIT\n* GETRANGE\n* GETSET\n* INCR\n* INCRBY\n* MGET\n* MSET\n* SET\n* SETEX\n* SETEXAT\n* SETRANGE\n* EXPIRE\n* EXPIREAT\n* TTL\n\n\n#### Set\n* SADD\n* SCARD\n* SETBIT\n* SISMEMBER\n* SMEMBERS\n* SPOP\n* SRANDMEMBER\n* SREM\n* SSCAN\n\n#### List\n* LINDEX\n* LINSERT\n* LLEN\n* LPOP\n* LPUSH\n* LPUSHX\n* LRANGE\n* LREM\n* LSET\n* LTRIM\n* RPOP\n* RPUSH\n* RPUSHX\n\n#### Hash\n* HDEL\n* HEXISTS\n* HGET\n* HGETALL\n* HINCRBY\n* HINCRBYFLOAT\n* HKEYS\n* HLEN\n* HMGET\n* HMSET\n* HSCAN\n* HSET\n* HSETNX\n* HSTRLEN\n* HVALS\n\n#### Sorted Sets \n* ZADD\n* ZCARD\n* ZCOUNT\n* ZINCRBY\n* ZLEXCOUNT\n* ZPOPMAX\n* ZPOPMIN\n* ZLEXCOUNT\n* ZRANGE\n* ZRANGEBYLEX\n* ZRANGEBYSCORE\n* ZRANK\n* ZREM\n* ZREMRANGEBYLEX\n* ZREMRANGEBYRANK\n* ZREMRANGEBYSCORE\n* ZREVRANGE\n* ZREVRANGEBYLEX\n* ZREVRANGEBYSCORE\n* ZREVRANK\n* ZSCAN\n* ZSCORE\n\n#### Stream\n* XACK\n* XADD\n* XCLAIM\n* XDEL\n* XLEN\n* XINFO\n* XPENDING\n* XRANGE\n* XREADGROUP\n* XREVRANGE\n* XTRIM\n* XGROUP\n\n\n#### Others\n\n* COMMAND\n* PING\n* QUIT\n\n## License\nIceFireDB-Proxy is under the Apache 2.0 license. See the [LICENSE](./LICENSE) directory for details.\n\n## Disclaimers\nWhen you use this software, you have agreed and stated that the author, maintainer and contributor of this software are not responsible for any risks, costs or problems you encounter. If you find a software defect or BUG, ​​please submit a patch to help improve it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficefiredb%2Ficefiredb-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficefiredb%2Ficefiredb-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficefiredb%2Ficefiredb-proxy/lists"}