0.6.0 • Published 1 year ago

@moirae/redis v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@moirae/redis

A cache provider for Moirae leveraging Redis.

Configuration

{
  /**
   * Connection parameters for the underlying `redis` library
   */
  redis: RedisClientOptions;
  /**
   * Namespace root that prefixes all elements of the cache
   */
  namespaceRoot: string;
  /**
   * Duration in seconds to persist transaction information in the redis cache
   * after last interaction.
   *
   * @default 172800 (48hrs)
   */
  transactionCacheDuration?: number;
  type: "redis";
}
0.6.0

1 year ago

0.5.3

2 years ago

0.4.1

2 years ago

0.4.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago