mirror of
https://github.com/predis/predis.git
synced 2026-08-20 08:31:54 +00:00
8 lines
122 B
PHP
8 lines
122 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ListInsert extends Command {
|
|
public function getId() { return 'LINSERT'; }
|
|
}
|