Subject: | store_multi vs. set_multi |
Documentation (CHI::Driver::Development) says store_multi is an
overridable method and it is used by set_multi.
I cannot find a method named store_multi in CHI code at all. It looks
like set_multi implements the default way for adding multiple keys
without calling store_multi.
If a driver implements store_multi this method is never called.
I only found CHI::Driver::TokyoTyrant which tries to implement
store_multi and especially this code looks broken to me.