pho-adapters/database-redis-async

Asynchronous Redis database adapter for the Phở stack.

dev-master 2018-06-24 03:45 UTC

This package is auto-updated.

Last update: 2024-04-07 16:42:47 UTC


README

Async Pho adapter for database service, Redis.

This adapter does not block the the application. Please note, not all of the methods provided here are truly async.

The truly async ones are:

  • set
  • del
  • expire

All others are sync.