Searched refs:_store_cmd (Results 1 – 1 of 1) sorted by relevance
693 sub put { shift->_store_cmd("stor",@_) }694 sub put_unique { shift->_store_cmd("stou",@_) }695 sub append { shift->_store_cmd("appe",@_) }704 sub _store_cmd subroutine