定制 thisispiers/php-redis-implementation 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thisispiers/php-redis-implementation

最新稳定版本:v1.0.1

Composer 安装命令:

composer require thisispiers/php-redis-implementation

包简介

Raw wrapper for real Redis fans

README 文档

README

Yet another PHP redis implementation. Raw wrapper for real Redis fans. Main advantages:

  • Doesn't require any dependencies as all the communication goes via TCP/Unix socket.
  • All commands are passed as is, so you have all the freedom to play with Redis just like in redis-cli.
  • It won't get deprecated or obsolete. You write raw commands by yourself.
  • Doesn't matter which Redis version you have.
  • Supports chainable methods. Write multiple commands and send everything at once.
  • Custom error function to handle errors.
  • Simple and lightweight. All ~600 lines of code are straight forward.
  • Forces you to actually learn and understand Redis data structures and commands.

This fork makes it compatible with Composer and adds a minimal library for PHP 8 type checking.

Download

You can checkout latest version with:

$ git clone git://github.com/thisispiers/PHP-Redis-implementation

Install

composer require thisispiers/php-redis-implementation

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Author

Based on http://redis.io/topics/protocol

License

MIT Do whatever you want, attribution is nice but not required

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-18