瀏覽代碼

Update comment.

Daniele Alessandri 14 年之前
父節點
當前提交
05b111d6d2
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      lib/Predis/Network/WebdisConnection.php

+ 1 - 3
lib/Predis/Network/WebdisConnection.php

@@ -6,9 +6,7 @@ It relies on the http PECL extension to communicate with the web server and the
 phpiredis extension to parse the protocol of the replies returned in the http
 phpiredis extension to parse the protocol of the replies returned in the http
 response bodies.
 response bodies.
 
 
-Since this connection class is highly experimental, some features have not been
-implemented yet (or they simply cannot be implemented at all). Here is a list:
-
+Some features are not yet available or they simply cannot be implemented:
   - Pipelining commands.
   - Pipelining commands.
   - Publish / Subscribe.
   - Publish / Subscribe.
   - MULTI / EXEC transactions (not yet supported by Webdis).
   - MULTI / EXEC transactions (not yet supported by Webdis).