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

10 lines
128 B
PHP

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