pho-adapters/database-redis-async

Asynchronous Redis database adapter for the Phở stack.

Maintainers

Package info

github.com/pho-adapters/database-redis-async

Homepage

pkg:composer/pho-adapters/database-redis-async

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-07 20:33:45 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.