Quellcode durchsuchen

Fix FAQ (3300 is actually 3200, just a typo).

Daniele Alessandri vor 14 Jahren
Ursprung
Commit
bfa9cc7469
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      FAQ.markdown

+ 2 - 2
FAQ.markdown

@@ -43,8 +43,8 @@ Redis, but how these numbers change when we hit the network by connecting to ins
 reside on other servers?
 reside on other servers?
 
 
     Using Predis:
     Using Predis:
-    3300 SET/sec using 12 bytes for both key and value
-    3300 GET/sec while retrieving the very same values
+    3200 SET/sec using 12 bytes for both key and value
+    3200 GET/sec while retrieving the very same values
     0.212 seconds to fetch 30000 keys using "KEYS *".
     0.212 seconds to fetch 30000 keys using "KEYS *".
 
 
     Using phpredis:
     Using phpredis: