pho-adapters / database-redis-async
Asynchronous Redis database adapter for the Phở stack.
dev-master
2018-06-24 03:45 UTC
Requires
- php: ^7.1
- clue/redis-react: ^2.2.0
Provides
This package is auto-updated.
Last update: 2022-05-07 12:29:57 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.