Class Redis
Methods | ||
---|---|---|
public
|
__construct(Registry $registry)
|
# |
public
|
read(string $session_id): array<mixed>
|
# |
public
|
write(string $session_id, array<mixed> $data): bool
|
# |
public
|
destroy(string $session_id): bool
|
# |
public
|
gc(): bool
|
# |
Properties | |||
---|---|---|---|
public
|
string
|
$prefix
|
# |