GithubHelp home page GithubHelp logo

renowncoder / tinyredisclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ptrofimov/tinyredisclient

0.0 0.0 0.0 146 KB

TinyRedisClient - the most lightweight Redis client written in PHP

License: MIT License

PHP 100.00%

tinyredisclient's Introduction

TinyRedisClient English version

TinyRedisClient is the most lightweight Redis client written in PHP

Key points

  • Full-featured: supports all Redis commands
  • Simple: just Redis protocol, nothing more
  • Really tiny: only 50 lines of code
  • Requires nothing: pure PHP implementation

Usage example

$client = new TinyRedisClient( 'host:port' );
$client->set( 'key', 'value' );
$value = $client->get( 'key' );

Full list of commands you can see on http://redis.io/commands

Download and enjoy!


TinyRedisClient Русская версия

TinyRedisClient - самый легковесный клиент для Redis, написанный на PHP

Основные моменты

  • Полнофункциональный: поддерживает все команды Redis
  • Простой: только протокол Redis, ничего лишнего
  • Крошечный: всего 50 строк кода
  • Нетребовательный: написан на чистом PHP

Пример использования

$client = new TinyRedisClient( 'хост:порт' );
$client->set( 'ключ', 'значение' );
$value = $client->get( 'ключ' );

Полный список команд Redis вы можете найти на http://redis.io/commands

Скачивайте и наслаждайтесь!


Keywords: redis, storage, nosql, php, client, lightweight, light, easy, simple, small, tiny, protocol

tinyredisclient's People

Contributors

ptrofimov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.