Download the PHP package lit/redis-ext without Composer

On this page you can find all versions of the php package lit/redis-ext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package redis-ext

RedisExt

通过redis实现一些常用功能

安装

初始化Redis

也可以使项目中已初始化好的redisHandler

``

循环计数器

场景说明

示例

初始化

``

1. 分钟计数器

``

2. 小时计数器

``

3. 日期计数器

``

4. 自定义计数器

``

5. 其他操作

``

固定集合

场景说明

示例

初始化

``

1. 固定集合写入数据

``

2. 获取固定集合数据条数

``

3. 获取固定集合数据

注意: 此方法在并发量大的时候,会造成翻页获取数据不准确.

``

4. 销毁固定集合

``

循环限流器

特别提示

场景说明

示例

初始化

``

1. 访问并增加访问次数

``

2. 查询限流

``

3. 销毁限流器

``

异步调用方法

场景说明

示例

初始化链接

``

1. 增加一个异步调用

``

2. 执行一条异步调用

``

3. 获取一个任务的运行状态

``

4. 获取任务列表

``

独占锁

示例

初始化链接

``

1. 获取锁

``

2. 解锁

``

3. 获取锁生命周期

``

Redis 字符串缓存

示例

初始化链接

``

1. 获取缓存数据

``

2. 写入缓存数据

``

3. 获取缓存数据,不存在时则通过回调函数初始化

``

4. 批量获取缓存数据

``

5. 批量写入缓存数据

``

6. 批量获取缓存数据,不存在时则通过回调函数初始化

``

信息整合器

`


All versions of redis-ext with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-json Version *
ext-curl Version *
ext-redis Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lit/redis-ext contains the following files

Loading the files please wait ....