mirror of
https://github.com/predis/predis.git
synced 2026-08-22 13:32:20 +00:00
8 lines
117 B
PHP
8 lines
117 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class Append extends Command {
|
|
public function getId() { return 'APPEND'; }
|
|
}
|