module Keymap module ConnectionAdapters module DataManagement #:nodoc: def list (key) nil end def delete(key) false end end end end