Code Monkey home page Code Monkey logo

cache-redis's Introduction

Soupmix Redis Cache Adaptor

Build Status Scrutinizer Code Quality Codacy Badge Code Climate Latest Stable Version Total Downloads Latest Unstable Version License composer.lock Code Coverage

Installation

It's recommended that you use Composer to install Soupmix Cache Redis Adaptor.

$ composer require soupmix/cache-redis "~0.3"

Connection

require_once '/path/to/composer/vendor/autoload.php';

$rConfig = ['host'=> "127.0.0.1"];
$handler = new Redis();
$handler->connect(
    $rConfig['host']
);

$cache = new Soupmix\Cache\RedisCache($handler);

Soupmix Redis Cache API

See Soupmix Cache API

cache-redis's People

Contributors

mkorkmaz avatar hkulekci avatar

Stargazers

5l1v3r1 avatar  avatar Insolita avatar Maksim Kiselev avatar Francois-Guillaume Ribreau avatar

Watchers

 avatar James Cloos avatar

Forkers

hkulekci 5l1v3r1

cache-redis's Issues

PersistentId kısmı her zaman null gidiyor

PersistentId persistent edilen connection için bir alias gibi bir şey vermek için kullanılıyor sanırım ancak her zaman null gidiyor şu anda. Config üzerinden gönderilmediğinde acaba library kendisi mi bir değer atasa?

@mkorkmaz

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.