Browse Source

Rename class to Predis\Commands\Preprocessors\KeyPrefixPreprocessor.

Daniele Alessandri 14 years ago
parent
commit
1d9b53d443
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Predis/Commands/Preprocessors/KeyPrefixPreprocessor.php

+ 1 - 1
lib/Predis/Commands/Preprocessors/NamespacingPreprocessor.php → lib/Predis/Commands/Preprocessors/KeyPrefixPreprocessor.php

@@ -5,7 +5,7 @@ namespace Predis\Commands\Preprocessors;
 use Predis\ClientException;
 use Predis\Profiles\IServerProfile;
 
-class NamespacingPreprocessor implements ICommandPreprocessor {
+class KeyPrefixPreprocessor implements ICommandPreprocessor {
     private $_prefix;
     private $_strategies;