The branch "master" has been updated. The following is a summary of the commits.
from: 345564bafcca66511f7057bf759605fca568d481 83974ee Handle key prefix in base class a8d8897 This is better labeled as a Predis driver 709c8eb Fix variable ----------------------------------------------------------------------- commit 83974eea663786c377c42c691081b80047a18915 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 18:15:44 2013 -0600 Handle key prefix in base class framework/HashTable/lib/Horde/HashTable.php | 25 ++++++++++++----- framework/HashTable/lib/Horde/HashTable/Memcache.php | 3 +- framework/HashTable/lib/Horde/HashTable/Redis.php | 13 ++++++++- 3 files changed, 30 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/83974eea663786c377c42c691081b80047a18915 ----------------------------------------------------------------------- commit a8d88970fb9b8c1f382b3b21582a66bdd90c6191 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 19:32:43 2013 -0600 This is better labeled as a Predis driver framework/HashTable/lib/Horde/HashTable/Predis.php | 122 ++++++++++++++++++++ framework/HashTable/lib/Horde/HashTable/Redis.php | 120 ------------------- framework/HashTable/package.xml | 4 +- 3 files changed, 124 insertions(+), 122 deletions(-) create mode 100644 framework/HashTable/lib/Horde/HashTable/Predis.php delete mode 100644 framework/HashTable/lib/Horde/HashTable/Redis.php http://git.horde.org/horde-git/-/commit/a8d88970fb9b8c1f382b3b21582a66bdd90c6191 ----------------------------------------------------------------------- commit 709c8eb41d30288cf3c18dff3625be3ea7ca4a2c Author: Michael M Slusarz <[email protected]> Date: Mon May 6 19:33:20 2013 -0600 Fix variable framework/HashTable/lib/Horde/HashTable/Predis.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/709c8eb41d30288cf3c18dff3625be3ea7ca4a2c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
