Download the PHP package teamone/redis without Composer

On this page you can find all versions of the php package teamone/redis. 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

Teamone Redis Client

简介

TeamOne

Teamone Redis Client 是【霆万平头哥】开发的一个 PHP Redis 客户端连接组件,旨在为开发者提供方便、稳定的与 Redis 服务器进行通信的解决方案。该组件具备超时重连功能,能够确保在连接异常时能够自动进行重连操作,保障应用的稳定性和可靠性。

主要特性

  1. 超时重连:Teamone Redis Client 支持超时重连功能,当连接异常时,会自动进行重连操作,确保与 Redis 服务器的稳定连接。

  2. 灵活配置:通过简单的配置,可以轻松指定 Redis 服务器的连接参数,包括主机地址、端口、超时时间、重试间隔、用户名、密码、数据库、连接前缀等。

  3. 多实例支持:支持配置多个 Redis 实例,可以根据实际需求进行灵活切换,满足不同业务场景的需求。

  4. 简洁易用:提供简洁易用的 API,开发者无需关心底层连接细节,即可方便地进行 Redis 数据操作。

  5. 错误处理:具备完善的错误处理机制,能够及时捕获并处理连接和操作过程中的异常情况,保障应用的稳定性。

  6. 可以与 WordPress 结合使用,通过将 Redis 作为 WordPress 的缓存存储后端,有效地提升 WordPress 网站的性能和响应速度。通过简单的配置,可以轻松将 Redis 与 WordPress 集成,实现数据的高效缓存和快速访问。

项目目标

Teamone Redis Client 旨在为 PHP 开发者提供一个稳定、高效的与 Redis 服务器通信的解决方案。我们将持续改进和完善组件功能,为用户提供更加优秀的开发体验和更高的性能表现。同时,我们欢迎社区的贡献和反馈,共同推动项目的发展和进步。

安装

接入指南

一、配置说明

二、初始化并使用

三、执行单元测试

`


All versions of redis with dependencies

PHP Build Version
Package Version
Requires 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 teamone/redis contains the following files

Loading the files please wait ....