Alepha Cache Redis

Redis implementation for the caching interface.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Module

Plugin for Alepha Cache that provides Redis caching capabilities.

This module can be imported and used as follows:

import { Alepha, run } from "alepha";
import { AlephaCacheRedis } from "alepha/cache/redis";

const alepha = Alepha.create()
  .with(AlephaCacheRedis);

run(alepha);

Table of contents