mirror of
https://github.com/predis/predis.git
synced 2026-08-23 09:23:50 +00:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class SetPop extends Command {
|
|
public function getId() { return 'SPOP'; }
|
|
}
|