@moxalibudbud/redis
TypeScript icon, indicating that this package has built-in type declarations

0.0.3-alpha • Public • Published

@moxalibudbud/redis – Redis Wrapper Utility

A simple and reusable Redis client wrapper using ioredis, designed for Node.js applications.


🔧 Environment Variables

Configure the Redis connection using the following environment variables:

Variable Description Default
APP_REDIS_HOST Redis server hostname 127.0.0.1
APP_REDIS_PORT Redis server port 6379
APP_REDIS_USERNAME Redis username (if required) (none)
APP_REDIS_PASSWORD Redis password (if required) (none)

🚀 Installation

pnpm add @moxalibudbud/redis
# or
npm install @moxalibudbud/redis

🚀 Usage

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @moxalibudbud/redis

Weekly Downloads

0

Version

0.0.3-alpha

License

MIT

Unpacked Size

10.9 kB

Total Files

19

Last publish

Collaborators

  • moxalibudbud