Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/driftphp/redis-bundle
Redis adapter for DriftPHP
https://github.com/driftphp/redis-bundle
async drift reactphp redis symfony
Last synced: 3 months ago
JSON representation
Redis adapter for DriftPHP
- Host: GitHub
- URL: https://github.com/driftphp/redis-bundle
- Owner: driftphp
- License: mit
- Created: 2019-11-26T13:24:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T17:11:33.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T15:27:20.047Z (4 months ago)
- Topics: async, drift, reactphp, redis, symfony
- Language: PHP
- Homepage: https://driftphp.io
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DriftPHP - Redis adapter
[![CircleCI](https://circleci.com/gh/driftphp/redis-bundle.svg?style=svg)](https://circleci.com/gh/driftphp/redis-bundle)
This is a simple adapter for Redis on top of ReactPHP and DriftPHP. Following
the same structure that is followed in the Symfony ecosystem, you can use this
package as a Bundle, only usable under DriftPHP Framework.Some first steps for you!
- [Go to DOCS](https://driftphp.io/#/?id=redis-adapter)
or
- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)