mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Add the OBJECT command to the dev server profile.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Predis\Commands;
|
||||
|
||||
use Predis\Helpers;
|
||||
|
||||
class DebugObject extends Command {
|
||||
public function getId() {
|
||||
return 'OBJECT';
|
||||
}
|
||||
|
||||
protected function canBeHashed() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user