\App\Lib\RedisRedis

description redis基础类库 Class Redis

Summary

Methods
Properties
Constants
get()
lPop()
rPush()
$redis
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Properties

$redis

$redis : 

Type

Methods

get()

get(  $key) : boolean|string

description redis get

Parameters

$key

Returns

boolean|string

lPop()

lPop(  $key) : string

description redis lpop

Parameters

$key

Returns

string

rPush()

rPush(  $key,   $value) : boolean|integer|string

description redis rpush

Parameters

$key
$value

Returns

boolean|integer|string

__construct()

__construct()