mirror of
https://github.com/predis/predis.git
synced 2026-08-21 14:00:57 +00:00
8 lines
123 B
PHP
8 lines
123 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class SetMembers extends Command {
|
|
public function getId() { return 'SMEMBERS'; }
|
|
}
|