mirror of
https://github.com/predis/predis.git
synced 2026-08-23 15:03:51 +00:00
8 lines
124 B
PHP
8 lines
124 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class SetCardinality extends Command {
|
|
public function getId() { return 'SCARD'; }
|
|
}
|