$options = [ 'type' => 'Redis', 'expire'=> 0, 'prefix'=> 'tp', ]; Cache::connect($options); $count = Db::name('member')->cache(60)->count();