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

10 lines
130 B
PHP

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