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
- Host: GitHub
- URL: https://github.com/matheusjohannaraujo/simple_redis
- Owner: matheusjohannaraujo
- License: mit
- Created: 2023-02-21T21:36:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T22:45:12.000Z (over 2 years ago)
- Last Synced: 2024-12-31T02:13:20.431Z (6 months ago)
- Topics: docker, key-value, list, php, pubsub, redis, redis-pubsub, redis-queue, redis-server
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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