Alexander Makarov

Results 1744 comments of Alexander Makarov

I don't think sub-modules are a good idea.

The idea is alright. The operation is usually called "upsert". Do you have time for a pull request with unit tests and implementation?

Ah. Alright. Then the name is OK.

> I hope this will be doable before 2.0.14 doesn't matter, releases of extensions aren't too tied to framework releases

Do you mean somethinbg like the following? ```php $cache->multiSet(['key1' => 'val1', 'key2' => 'val2'], null, ['key1' => dependency1, 'key2' => dependency2]); ```

What is the use case for it?