zer0-framework / redis

v0.1.13 2021-10-14 11:45 UTC

This package is auto-updated.

Last update: 2024-09-14 18:26:23 UTC


README

php-redis-client 提供代理。

配置

使用示例

$redis = $app->factory('Redis');
$redis->set('foo', 'bar');