Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ManaPHP
Cache
Adapter
Redis
set
ManaPHP\Cache\Adapter\Redis::set PHP Method
Redis Class Documentation
Exibir arquivo
Open project: manaphp/manaphp
set()
public
method
public
set
(
string
$key
,
string
$value
,
integer
$ttl
) :
void
$key
string
$value
string
$ttl
integer
return
void
public function set($key, $value, $ttl) { $this->redis->set($this->_prefix . $key, $value, $ttl); }
Redis
__construct
delete
exists
get
set
setDependencyInjector