瀏覽代碼

Add link to CONFIG REWRITE (Redis 2.8) in phpdoc for CONFIG command.

Daniele Alessandri 11 年之前
父節點
當前提交
75c64b7f2f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Predis/Command/ServerConfig.php

+ 1 - 0
lib/Predis/Command/ServerConfig.php

@@ -15,6 +15,7 @@ namespace Predis\Command;
  * @link http://redis.io/commands/config-set
  * @link http://redis.io/commands/config-get
  * @link http://redis.io/commands/config-resetstat
+ * @link http://redis.io/commands/config-rewrite
  * @author Daniele Alessandri <suppakilla@gmail.com>
  */
 class ServerConfig extends AbstractCommand