ソースを参照

Fix wrong value :-)

Daniele Alessandri 14 年 前
コミット
ab45b7a461
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FAQ.markdown

+ 1 - 1
FAQ.markdown

@@ -22,7 +22,7 @@ a couple of easy numbers using a single Predis client with PHP 5.3.5 (custom bui
 (localhost) under Ubuntu 10.10 (running on a Intel Q6600):
 
     18900 SET/sec using 12 bytes for both key and value
-    19500 GET/sec while retrieving the very same values
+    18300 GET/sec while retrieving the very same values
     0.210 seconds to fetch 30000 keys using _KEYS *_.
 
 How does it compare with a nice C-based extension such as [__phpredis__](http://github.com/nicolasff/phpredis)?