{"id":20433119,"url":"https://github.com/sivaosorg/redisconn","last_synced_at":"2026-06-17T23:31:02.615Z","repository":{"id":196151090,"uuid":"655727888","full_name":"sivaosorg/redisconn","owner":"sivaosorg","description":"A Golang Redis connector library with features for Redis Pub/Sub, key-value operations, and distributed locking.","archived":false,"fork":false,"pushed_at":"2024-09-07T05:29:12.000Z","size":26,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-12T00:39:17.611Z","etag":null,"topics":["go-redis","go-redis-driver","go-redis-manager","redis","redis-cache","redis-client","redis-cluster","redis-cluster-proxy","redis-database","redis-sentinel"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/redisconn","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sivaosorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-19T13:28:41.000Z","updated_at":"2024-09-07T05:29:15.000Z","dependencies_parsed_at":"2023-09-21T18:19:30.201Z","dependency_job_id":"b9c45bee-f63b-4310-9568-5533b9f58243","html_url":"https://github.com/sivaosorg/redisconn","commit_stats":null,"previous_names":["sivaosorg/redisconn"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sivaosorg/redisconn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fredisconn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fredisconn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fredisconn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fredisconn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/redisconn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fredisconn/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":["go-redis","go-redis-driver","go-redis-manager","redis","redis-cache","redis-client","redis-cluster","redis-cluster-proxy","redis-database","redis-sentinel"],"created_at":"2024-11-15T08:17:48.493Z","updated_at":"2026-06-17T23:31:02.598Z","avatar_url":"https://github.com/sivaosorg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redisconn\n\n![GitHub contributors](https://img.shields.io/github/contributors/sivaosorg/gocell)\n![GitHub followers](https://img.shields.io/github/followers/sivaosorg)\n![GitHub User's stars](https://img.shields.io/github/stars/pnguyen215)\n\nA Golang Redis connector library with features for Redis Pub/Sub, key-value operations, and distributed locking.\n\n## Table of Contents\n\n- [redisconn](#redisconn)\n  - [Table of Contents](#table-of-contents)\n  - [Introduction](#introduction)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Modules](#modules)\n    - [Running Tests](#running-tests)\n    - [Tidying up Modules](#tidying-up-modules)\n    - [Upgrading Dependencies](#upgrading-dependencies)\n    - [Cleaning Dependency Cache](#cleaning-dependency-cache)\n\n## Introduction\n\nWelcome to the Redis Connector for Go repository! This library provides a set of tools for seamless interaction with Redis in your Go applications. It includes features for Redis Pub/Sub, key-value operations, and distributed locking.\n\n## Prerequisites\n\nGolang version v1.20\n\n## Installation\n\n- Latest version\n\n```bash\ngo get -u github.com/sivaosorg/redisconn@latest\n```\n\n- Use a specific version (tag)\n\n```bash\ngo get github.com/sivaosorg/redisconn@v0.0.1\n```\n\n## Modules\n\nExplain how users can interact with the various modules.\n\n### Running Tests\n\nTo run tests for all modules, use the following command:\n\n```bash\nmake test\n```\n\n### Tidying up Modules\n\nTo tidy up the project's Go modules, use the following command:\n\n```bash\nmake tidy\n```\n\n### Upgrading Dependencies\n\nTo upgrade project dependencies, use the following command:\n\n```bash\nmake deps-upgrade\n```\n\n### Cleaning Dependency Cache\n\nTo clean the Go module cache, use the following command:\n\n```bash\nmake deps-clean-cache\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fredisconn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fredisconn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fredisconn/lists"}