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

8 lines
123 B
PHP

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