SproutCMS

This is the code documentation for the SproutCMS project

class Rdb

Redis wrapper + utilities.

Source code (2 results)

/sprout/config/redis.php   Highlighted file source

Line 3: * Rdb settings are defined karmabunny/rdb/RdbConfig.php

/sprout/Helpers/Rdb.php   Highlighted file source

Line 15: use karmabunny\rdb\Rdb as RealRdb;
Line 16: use karmabunny\rdb\StaticRdb;
Line 22: class Rdb extends StaticRdb
Line 25: public static function getInstance(): RealRdb
Line 27: static $rdb;
Line 28: if (!$rdb) {
Line 30: $rdb = RealRdb::create($config);
Line 32: return $rdb;

A total of 9 lines in 2 files were found