Skip to content

matheusjohannaraujo/simple_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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