Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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