芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/predis/predis/src/ClientConfiguration.php
[ ['name' => 'Json', 'commandPrefix' => 'JSON'], ['name' => 'BloomFilter', 'commandPrefix' => 'BF'], ['name' => 'CuckooFilter', 'commandPrefix' => 'CF'], ['name' => 'CountMinSketch', 'commandPrefix' => 'CMS'], ['name' => 'TDigest', 'commandPrefix' => 'TDIGEST'], ['name' => 'TopK', 'commandPrefix' => 'TOPK'], ['name' => 'Search', 'commandPrefix' => 'FT'], ['name' => 'TimeSeries', 'commandPrefix' => 'TS'], ], ]; /** * Returns available modules with configuration. * * @return array|string[][] */ public static function getModules(): array { return self::$config['modules']; } }