public function handle()
{
$this->redis = new Redis();
$this->redis->connect(env(“REDIS_HOST”), env(“REDIS_PORT”));
$this->redis->auth(env(“REDIS_PASSWORD”));
$pre = "api_user_auth_";
// p r e = ′ t e s t : ′ ; / / f o r ( pre = 'test:'; // for (