JSPM

@antelopejs/interface-redis

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 78
  • Score
    100M100P100Q83825F
  • License Apache-2.0

AntelopeJS interface for Redis client operations

Package Exports

  • @antelopejs/interface-redis
  • @antelopejs/interface-redis/antelope.test
  • @antelopejs/interface-redis/index
  • @antelopejs/interface-redis/package.json
  • @antelopejs/interface-redis/tests/index.test

Readme

Redis

Interface Redis

License Discord Documentation

A streamlined interface for Redis operations in TypeScript. Interface Redis provides direct access to Redis client functionality, allowing you to interact with Redis servers for key-value storage, pub/sub messaging, and other Redis operations with a clean, promise-based API.

Installation

ajs module imports add redis@beta

Documentation

Detailed documentation is available in the docs directory:

  • Index - Core functionality and usage examples

Current Status

This is the development version (beta) of the Interface Redis. It is currently in pre-release stage and may undergo changes before the final release. The interface is not considered stable for production use without understanding that breaking changes may occur.

Versions

Version Link Status
beta redis@beta Waiting validation from community to go in v1
1 Not yet released Planned stable release

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.