mirror of
https://github.com/predis/predis.git
synced 2026-08-23 21:59:33 +00:00
8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class SetRandomMember extends Command {
|
|
public function getCommandId() { return 'SRANDMEMBER'; }
|
|
}
|