Skip to content

Commit

Permalink
修复 zRem 前缀问题 (#232)
Browse files Browse the repository at this point in the history
zRem 对应的 zDelete 无映射前缀方法
  • Loading branch information
assert6 authored and swoft-bot committed Nov 6, 2018
1 parent 0ff126c commit 57c8847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redis/src/Operator/Processor/PrefixProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function init()
'ZADD' => 'static::first',
'ZINCRBY' => 'static::first',
'ZREM' => 'static::first',
'ZDELETE' => 'static::first',
'ZRANGE' => 'static::first',
'ZREVRANGE' => 'static::first',
'ZRANGEBYSCORE' => 'static::first',
Expand Down

0 comments on commit 57c8847

Please sign in to comment.