我是新来的。我想知道如何从redis中的多个集合中获得多个字段的值。在雷迪斯有没有可能。如果可能的话那该怎么做。示例HSET myhash2 field2 "Hello" I want to get all the three field's value from different sets at a time?
keys("customer:*"); return new \Customer($this->redis->hget($value,"name"),$this->redis->hget($value,"id"),$this->redis->hget($value,"email"));}
此方法从我的数据库中返回所有客户