Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llegaz/predisadpter
My PredisAdapter, yes this first project is more like a decorator but following projects which depend on it will enhance Predis PHP client
https://github.com/llegaz/predisadpter
Last synced: 22 days ago
JSON representation
My PredisAdapter, yes this first project is more like a decorator but following projects which depend on it will enhance Predis PHP client
- Host: GitHub
- URL: https://github.com/llegaz/predisadpter
- Owner: llegaz
- License: mit
- Created: 2024-12-04T09:19:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:27:29.000Z (about 1 month ago)
- Last Synced: 2024-12-04T11:29:02.037Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Predis Adapter
My predis adapter
## Dev
install redis servers with docker
```bash
docker pull redis
docker-compose -f docker-compose.yml up -d
```## TODOs
improve CS fixer
add MIT license