php redis 获取指定前缀的全部key

php redis 获取指定前缀的全部key

以laravel框架为例:php

$key = $this->redis->keys('db:shipping:shippingId:' . "*");
相关文章
相关标签/搜索