php redis 获取指定前缀的所有key

以laravel框架为例:

$key = $this->redis->keys('db:shipping:shippingId:' . "*");

 

 

相关文章: