{"id":20118470,"url":"https://github.com/bitcoin-api/get-redis-client","last_synced_at":"2025-03-02T19:42:48.082Z","repository":{"id":52480698,"uuid":"281517069","full_name":"bitcoin-api/get-redis-client","owner":"bitcoin-api","description":"Get Redis Client Helper Function","archived":false,"fork":false,"pushed_at":"2021-04-27T18:21:06.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-19T16:40:05.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoin-api.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"funding.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"bitcoin-api","patreon":"bitcoinapi"}},"created_at":"2020-07-21T22:25:30.000Z","updated_at":"2020-07-26T23:10:46.000Z","dependencies_parsed_at":"2022-08-24T16:51:59.282Z","dependency_job_id":null,"html_url":"https://github.com/bitcoin-api/get-redis-client","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/bitcoin-api%2Fget-redis-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-api%2Fget-redis-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-api%2Fget-redis-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-api%2Fget-redis-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoin-api","download_url":"https://codeload.github.com/bitcoin-api/get-redis-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241493960,"owners_count":19971868,"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-13T19:10:59.981Z","updated_at":"2025-03-02T19:42:48.054Z","avatar_url":"https://github.com/bitcoin-api.png","language":"JavaScript","funding_links":["https://github.com/sponsors/bitcoin-api","https://patreon.com/bitcoinapi"],"categories":[],"sub_categories":[],"readme":"# get-redis-client\n\n[![npm version](https://badge.fury.io/js/get-redis-client.svg)](https://badge.fury.io/js/get-redis-client)\n\nGet Redis Client\n\n\n## About\n\nRedis helper function to get Redis client. Useful in combination with [do-redis-request](https://github.com/bitcoin-api/do-redis-request).\n\n\n## Installation\n```\nnpm install get-redis-client --save\n```\n\n\n## Set Up\nYour Redis URL can be set using the environment variable `process.env.REDIS_URL`. The default Redis URL is `127.0.0.1:6379`.\n\n\n## Example\n\n```.js\n'use strict';\n\nconst getRedisClient = require( 'get-redis-client' );\n\n\n(() =\u003e {\n\n    const redisClient = getRedisClient();\n\n    redisClient.quit();\n})();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-api%2Fget-redis-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoin-api%2Fget-redis-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-api%2Fget-redis-client/lists"}