openxtrem/yampee-redis 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

openxtrem/yampee-redis

最新稳定版本:2.1.1

Composer 安装命令:

composer require openxtrem/yampee-redis

包简介

OpenXtrem Yampee Redis Legacy fork

README 文档

README

What is Yampee Redis ?

Yampee Redis is a PHP library to manage a connection with Redis easily.

An example ?

<?php

use Ox\Components\Yampee\Redis\Client;

$redis = new Client();

$redis->set('key', 'value');

if ($redis->has('key')) {
	$redis->get('key');
}

Redis

>Redis is an open source, advanced key-value store. It is often referred to as >a data structure server since keys can contain strings, hashes, lists, sets and >sorted sets.

This open source storage system is very useful for cache or very quick storage needs.

Documentation

The documentation is to be found in the doc/ directory.

About

Yampee Redis is licensed under the MIT license (see LICENSE file). The Yampee Redis library is developed and maintained by the Titouan Galopin.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2021-08-24