🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@moxalibudbud/redis

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moxalibudbud/redis

Simple wrapper of @azure/storage-blob

0.0.3-alpha
latest
npm
Version published
Weekly downloads
8
-46.67%
Maintainers
1
Weekly downloads
 
Created
Source

@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:

VariableDescriptionDefault
APP_REDIS_HOSTRedis server hostname127.0.0.1
APP_REDIS_PORTRedis server port6379
APP_REDIS_USERNAMERedis username (if required)(none)
APP_REDIS_PASSWORDRedis password (if required)(none)

🚀 Installation

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

🚀 Usage

TODO

FAQs

Package last updated on 06 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts