Redis module

Contains packages for working with Redis dataases of type key-value.

Packages

The module contains the following packages:

  • Build - factory to create Redis components by their descriptors.
  • Cache - Redis Cache Components
  • Lock - components for working with locks in Redis

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_redis: version

Now you can install the package from the command line:

pub get