Skip to content

classes_essentials_session_redisstore.class

Daniel Spors edited this page Dec 19, 2023 · 2 revisions

Classes in file essentials/session/redisstore.class.php

class RedisStore

Stores objects in a central REDIS server. This may be used if you want to share objects across server boundaries.

Extends: ObjectStore

Cleanup

OVERRIDE ObjectStore::Cleanup

CreateId

OVERRIDE ObjectStore::CreateId

Delete

OVERRIDE ObjectStore::Delete

Exists

OVERRIDE ObjectStore::Exists

Migrate

OVERRIDE ObjectStore::Migrate

Restore

OVERRIDE ObjectStore::Restore

Store

OVERRIDE ObjectStore::Store

Update

OVERRIDE ObjectStore::Update

Clone this wiki locally