0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'zend_cache_backend' of github.com:zircote/Rediska into zend_cache_backend More... almost 12 years ago
moved the prefixing and table to backend config options Updated the tests to the changes added the config settings to two of the four application.ini examples for the resource/cachemanager use of the rediska cache backend. More... almost 12 years ago
moved the prefixing and table to backend config options Updated the tests to the changes added the config settings to two of the four application.ini examples for the resource/cachemanager use of the rediska cache backend. More... almost 12 years ago
more work addressing cleanup and purge More... almost 12 years ago
reverted erronious changes made to CLEAN_MODE_ALL restored original approach to flushing the DB for CLEAN_MODEL_ALL More... almost 12 years ago
implemented suggestions made by @shumkov The cache now implements transactions for the delete process and garbageCollection. All data now is stored as hashes, as as follows: this approach is much cleaner and efficient. It also make better use of many of Rediskas features ie. transactions as well as redis' hash and set tool. More... almost 12 years ago
Merge pull request #59 from msabramo/add-travis-yml More... almost 12 years ago
ignore .rdb More... almost 12 years ago
turn off all persistence More... almost 12 years ago
update assertType to assertInstanceOf More... almost 12 years ago
ignore pidfile More... almost 12 years ago
replace assertType with assertInstanceOf More... almost 12 years ago
ignore lock More... almost 12 years ago
Merge branch 'master' of github.com:Shumkov/Rediska More... almost 12 years ago
Merge pull request #60 from msabramo/tests3 More... almost 12 years ago
use return statis of include_once instead of class_exists (which can trigger autoload) More... almost 12 years ago
use composer autoload only when available More... almost 12 years ago
Tweak redis server instance for tests to run in background and store pid file in current directory More... almost 12 years ago
Merge pull request #56 from CheggEng/remove-expire-option-tests More... almost 12 years ago
Merge pull request #58 from CheggEng/add-redis-conf-for-tests More... almost 12 years ago
Merge pull request #57 from CheggEng/fix-zend-session-exception-in-tests More... almost 12 years ago
Merge pull request #54 from CheggEng/composer More... almost 12 years ago
Move `Zend_Session::$_unitTestEnabled = true;` to prevent Travis CI failure. More... about 12 years ago
Add a .travis.yml for Travis-CI. More... about 12 years ago
Add a redis.conf that runs Redis on port 6380 for running the tests. More... about 12 years ago
Fix Zend_Session_exception errors in Zend/AuthTest.php More... about 12 years ago
Remove test code that is using deprecated "expire" option. Addresses some of the errors noticed in GH-54 More... about 12 years ago
Load Zend Framework from a release (1.11) and use it for tests More... about 12 years ago
Add anonymous classmap autoloader More... about 12 years ago
Add support for installing via Composer (http://getcomposer.org/) More... about 12 years ago