0.1.1 • Published 7 years ago

euphemia-redis v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

euphemia-redis

The redis module for euphemia.

THIS IS VERY WIP IT MAY BE USEABLE, BUT I WOULDN'T TRUST IT!

Service

The base of all redis based components, this service provides the connection to a redis instance. It uses it's config module for this:

  • redis:hostname - localhost - The hostname
  • redis:port - 6379 - The port to connect to
  • redis:index - 1 - The database to connect to
  • redis:auth - undefined - The password to use

Store

Implementation to the standard 'Store' service, needs a 'redis' service active.