2017 © Pedro Peláez
 

library redisphp-native

Native php library for redis

image

yatsenkolesh/redisphp-native

Native php library for redis

  • Wednesday, April 18, 2018
  • by yatsenkolesh
  • Repository
  • 1 Watchers
  • 4 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

redisphp-native

This library is analogous of Redis class without OOP. Uses sockets., (*1)

To install with composer:

composer require "yatsenkolesh/redisphp-native"

Get value by key:, (*2)

Redis\connect('127.0.0.1', 6379);
Redis\get('mykey');

After connection to redis this connection will be used for all commands., (*3)

Delete:, (*4)

Redis\del('mykey');

Set key value:, (*5)

  Redis\set('mykey', 'HELLO', 360);

Check exists key:, (*6)

  Redis\exists('mykey);

The Versions

18/04 2018

dev-master

9999999-dev

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

25/02 2018

0.2.3

0.2.3.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

25/02 2018

0.2.2

0.2.2.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

25/02 2018

0.2.1

0.2.1.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

18/12 2017

0.2.0

0.2.0.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/04 2017

0.0.9

0.0.9.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/04 2017

0.0.8

0.0.8.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/04 2017

0.0.7

0.0.7.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/04 2017

0.0.6

0.0.6.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

25/03 2017

0.0.3

0.0.3.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/03 2017

0.0.2

0.0.2.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh

08/03 2017

0.0.1

0.0.1.0

Native php library for redis

  Sources   Download

BSD-3-Clause

by Avatar yatsenkolesh