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

https://github.com/matheusjohannaraujo/simple_redis

SimpleRedis in PHP - REDIS
https://github.com/matheusjohannaraujo/simple_redis

docker key-value list php pubsub redis redis-pubsub redis-queue redis-server

Last synced: 4 months ago
JSON representation

SimpleRedis in PHP - REDIS

Awesome Lists containing this project

README

        

# [SimpleRedis](https://github.com/matheusjohannaraujo/simple_redis)

```php
const DEVELOPER_INFO = [
"autor" => "Matheus Johann Araújo",
"country" => "Brasil",
"state" => "Pernambuco",
"date" => "2023-02-22"
];
```

### O wrapper SimpleRedis foi construído em PHP para simplificar o uso da biblioteca `predis/predis` que trabalha manipulando o Redis.

#### Compatível com PHP 7 e versões superiores

### Lista dos principais comandos:

> docker compose up -d

> cd example

> composer update

> php script.php

> php sub.php

> php pub.php