mirror of
https://github.com/predis/predis.git
synced 2026-08-26 15:09:55 +00:00
8 lines
123 B
PHP
8 lines
123 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ListSet extends Command {
|
|
public function getCommandId() { return 'LSET'; }
|
|
}
|