https://github.com/kapitanluffy/async-redis-demo
https://github.com/kapitanluffy/async-redis-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kapitanluffy/async-redis-demo
- Owner: kapitanluffy
- Created: 2021-04-28T07:27:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T07:28:22.000Z (about 4 years ago)
- Last Synced: 2025-02-07T03:25:42.328Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Register service provider in `config/app.php`
```
/*
* Package Service Providers...
*/
Kapitanluffy\AsyncRedis\AsyncRedisServiceProvider::class,
````app/` directory contains poc code to run basic websocket server