Download the PHP package fuyelk/redis without Composer
On this page you can find all versions of the php package fuyelk/redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redis
Redis常用方法封装
安装
composer require fuyelk/redis
特性
- 自动为每个项目创建独立的键名前缀,解决了同一台服务器上Redis数据混淆的问题
- 自动将非标量数据转换为序列化的字符串来存储,并在读取时自动解析
- 自动断线重连
- 相较于PHP原生库,增加了以下几个方法:
- 简单高效的锁:
lock/unlock
- 通过集合删除数据:
delBySet
- 删除全部数据:
delAll
- 获取全部数据名:
keys
- 获取全部数据:
allData
- 简单高效的锁:
方法
All versions of redis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-redis Version *
ext-json Version *
ext-redis Version *
ext-json Version *
The package fuyelk/redis contains the following files
Loading the files please wait ....