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

10 lines
135 B
PHP

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