await this.app.redis.del('name')
await this.app.redis.flushall()
await this.app.redis.lpop('userList')
await this.app.redis.rpop('userList')