Ver código fonte

Update CHANGELOG.

Daniele Alessandri 14 anos atrás
pai
commit
78814a473c
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      CHANGELOG

+ 4 - 0
CHANGELOG

@@ -2,6 +2,10 @@ v0.6.4 (2011-??-??)
   * Various performance improvements (15% ~ 25%) especially when dealing with 
   * Various performance improvements (15% ~ 25%) especially when dealing with 
     long multibulk replies or when using clustered connections.
     long multibulk replies or when using clustered connections.
 
 
+  * Added the "on_retry" option to Predis\MultiExecBlock that can be used to 
+    specify an external callback (or any callable object) that gets invoked 
+    whenever a transaction is aborted by the server.
+
 v0.6.3 (2011-01-01)
 v0.6.3 (2011-01-01)
   * New commands available in the Redis v2.2 profile (dev):
   * New commands available in the Redis v2.2 profile (dev):
       - Strings: SETRANGE, GETRANGE, SETBIT, GETBIT
       - Strings: SETRANGE, GETRANGE, SETBIT, GETBIT