class SplitIoClient::Cache::Adapters::MemoryAdapters::MapAdapter

def pipelined(&block)

"stubbing" it here to keep the interface
This method is used in Redis adapter
def pipelined(&block)
  block.call
end