Matěj Kmínek

Results 6 issues of Matěj Kmínek

- new feature - BC break? no - doc PR: nette/docs# 2B after approval When using nette/tracy for API project, having request method in tracy error mail is for us...

Extending `$cache->clean();` with possibility to search for tags to drop using AND logic - new feature? - BC break? no - doc PR: nette/docs (not yet, but planned) Usage: Dropping...

- new feature - BC break? no - doc PR: _TBD after discussion_ This PR implements the functionality of `Memcached::setMulti()` and `Memcached::deleteMulti()` methods available in php `memcached` extension. Adds `BulkWriter`...

Version: 3.2.2 ### Bug Description https://forum.nette.org/cs/36236-cache-invalidace-podle-patternu#p225445 ``` $cache1 = new Cache($this->cacheStorage, 1); $cache2 = new Cache($this->cacheStorage, 2); $cache1->save("key1-1", "value-1-1", [Cache::Priority => 1]); $cache2->save("key2-1", "value-2-1", [Cache::Priority => 1]); $cache1->clean([ Cache::Priority =>...

- I found out Memcached is not storing some structure I wanted. I discovered that `set()` function fails, responding with false. Later I discovered reason using `Memcached::getResultCode()` which I found...

### Expected behaviour There is a menu item "Reupload" or "Force reupload", whoch scans your images folder, detects which photos/videos are not uploaded to OC server and tries to reupload...