# File lib/moneta/adapters/client.rb, line 51
      def create(key, value, options = {})
        write(:create, key, value, options)
        read
      end