@antelopejs/interface-redis
v0.0.5
Published
AntelopeJS interface for Redis client operations
Readme

Interface Redis
A streamlined interface for Redis operations in TypeScript. Interface Redis provides direct access to a Redis client instance, allowing you to perform key-value storage, pub/sub messaging, and any other Redis operation through a clean, promise-based API.
Installation
npm install @antelopejs/interface-redisDocumentation
Detailed documentation is available in the docs directory:
- Introduction - Overview and basic concepts
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
