{"id":22550975,"url":"https://github.com/chickendevlab/redis-utilities","last_synced_at":"2026-04-20T03:02:06.361Z","repository":{"id":53748388,"uuid":"348289506","full_name":"chickendevlab/redis-utilities","owner":"chickendevlab","description":"Some utils for redis, based on node-redis (redis on npm)","archived":false,"fork":false,"pushed_at":"2021-03-16T11:05:13.000Z","size":482,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T08:56:30.604Z","etag":null,"topics":["nodejs","npm","npm-package","redis","redis-utils"],"latest_commit_sha":null,"homepage":"https://chickendevlab.github.io/redis-utilities/","language":"JavaScript","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/chickendevlab.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}},"created_at":"2021-03-16T09:38:27.000Z","updated_at":"2021-03-16T11:05:15.000Z","dependencies_parsed_at":"2022-09-18T05:01:19.928Z","dependency_job_id":null,"html_url":"https://github.com/chickendevlab/redis-utilities","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chickendevlab/redis-utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendevlab%2Fredis-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendevlab%2Fredis-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendevlab%2Fredis-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendevlab%2Fredis-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chickendevlab","download_url":"https://codeload.github.com/chickendevlab/redis-utilities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendevlab%2Fredis-utilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["nodejs","npm","npm-package","redis","redis-utils"],"created_at":"2024-12-07T17:09:18.824Z","updated_at":"2026-04-20T03:02:06.336Z","avatar_url":"https://github.com/chickendevlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-utilities\nThis package currently contains very few functions, which save me work in various places. Depending on the need I will add more functions here.\n\nIf you still want to use or extend redis-utilities, just create a pull request.\n\n## Installation\n```\nnpm i --save redis-utilities\n```\n\n## How to use\n```js\nconst RedisUtilities = require('redis-utilities')\n/* or if you only need as example ScanUtils */\nconst ScanUtils = require('redis-utilities').ScanUtils\n\nconst client = require('redis').createClient() // see https://www.npmjs.com/package/redis\n\nconst util = new RedisUtilities(client)\n```\n\n## [Documentation](https://chickendevlab.github.io/redis-utilities)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchickendevlab%2Fredis-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchickendevlab%2Fredis-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchickendevlab%2Fredis-utilities/lists"}