mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Remove unused class.
This commit is contained in:
@@ -2474,10 +2474,6 @@ class ListPopLastPushHead extends Command {
|
||||
public function getCommandId() { return 'RPOPLPUSH'; }
|
||||
}
|
||||
|
||||
class ListPopLastPushHeadBulk extends Command {
|
||||
public function getCommandId() { return 'RPOPLPUSH'; }
|
||||
}
|
||||
|
||||
class ListPopLastPushHeadBlocking extends Command {
|
||||
public function getCommandId() { return 'BRPOPLPUSH'; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user