以laravel框架为例:

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

我的

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