14 Commits

Author SHA1 Message Date
09a3300b7c refactored redis cache, added mset() 2013-11-17 21:09:13 +01:00
1a7a15a3ef Implemented mset, madd for cache. Added tests. 2013-11-17 04:00:43 +04:00
5fc51f1ad9 Merge pull request #1094 from pmoust/cache-mset
[WIP] Caching: mset() method to store multiple items.
2013-11-16 14:24:17 -08:00
3ebbab0284 marked mset() test incomplete 2013-10-29 00:49:31 +02:00
4cf05205d4 added cache mset() base test 2013-10-29 00:18:22 +02:00
ee2af2661c Removed unneeded use statements 2013-10-24 03:12:25 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
3f88320595 second try to fix random memcache failure on travis
issue #877
2013-10-02 12:27:04 +02:00
f3504f426d fix test fail when not on travis 2013-09-25 13:00:13 +02:00
9542fd24d4 try to fix: memcache testExpire fails randomly on travis
issue #877
2013-09-25 12:58:27 +02:00
0e2ac86566 added Cache::exists() to check key existance in cache 2013-08-27 17:24:09 +02:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
f5d0bcbcfc Refactored cache key generation. 2013-05-26 17:09:09 -04:00
7cd9123c3b Tests cleanup
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00