Files
predis/lib/Predis/Commands/HashKeys.php
T

8 lines
125 B
PHP

<?php
namespace Predis\Commands;
class HashKeys extends Command {
public function getCommandId() { return 'HKEYS'; }
}