The branch "master" has been updated. The following is a summary of the commits.
from: 709c8eb41d30288cf3c18dff3625be3ea7ca4a2c 4198436 Implement locking for Predis driver 0eac1f3 Correctly set noexist when get() doesn't return the value d6d9365 Add explicit exists() method. ----------------------------------------------------------------------- commit 419843657aaf1906f2e78503fe4c06d84c1ac73c Author: Michael M Slusarz <[email protected]> Date: Mon May 6 20:33:53 2013 -0600 Implement locking for Predis driver framework/HashTable/lib/Horde/HashTable/Predis.php | 50 +++++++++++++++++++- 1 files changed, 49 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/419843657aaf1906f2e78503fe4c06d84c1ac73c ----------------------------------------------------------------------- commit 0eac1f3590f2aacc95c6de41f5660af007e68f26 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 20:58:23 2013 -0600 Correctly set noexist when get() doesn't return the value framework/HashTable/lib/Horde/HashTable.php | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/0eac1f3590f2aacc95c6de41f5660af007e68f26 ----------------------------------------------------------------------- commit d6d93658aac5a2a737d5a2cf4fedf6428502ead0 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 21:23:00 2013 -0600 Add explicit exists() method. A driver like redis has an optimized exists implementation. framework/HashTable/lib/Horde/HashTable.php | 60 ++++++++++++++---- framework/HashTable/lib/Horde/HashTable/Memcache.php | 13 ++++ framework/HashTable/lib/Horde/HashTable/Predis.php | 12 ++++ 3 files changed, 72 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/d6d93658aac5a2a737d5a2cf4fedf6428502ead0 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
