library redisphp-native
Native php library for redis
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
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);
dev-master
9999999-dev
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.2.3
0.2.3.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.2.2
0.2.2.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.2.1
0.2.1.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.2.0
0.2.0.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.9
0.0.9.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.8
0.0.8.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.7
0.0.7.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.6
0.0.6.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.3
0.0.3.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.2
0.0.2.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh
0.0.1
0.0.1.0
Native php library for redis
Sources
Download
BSD-3-Clause
by
yatsenkolesh