Bladeren bron

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

Daniele Alessandri 11 jaren geleden
bovenliggende
commit
75c64b7f2f
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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