Sha256: 3f780e7dc572c472d41c7ced37aa12a7aba60980a542948acb9116f1fe83a1db
Contents?: true
Size: 599 Bytes
Versions: 5
Compression:
Stored size: 599 Bytes
Contents
require 'riak/encoding' require 'riak/core_ext' require 'riak/client' require 'riak/map_reduce' require 'riak/util/translation' require 'riak/crdt' require 'riak/instrumentation' # The Riak module contains all aspects of the client interface to # Riak. module Riak # Utility classes and mixins module Util; end extend Util::Translation class << self # Only change this if you really know what you're doing. Better to # err on the side of caution and assume you don't. # @private attr_accessor :disable_list_keys_warnings end self.disable_list_keys_warnings = false end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
riak-client-2.2.2 | lib/riak.rb |
riak-client-2.2.1 | lib/riak.rb |
riak-client-2.2.0 | lib/riak.rb |
riak-client-2.2.0.pre1 | lib/riak.rb |
riak-client-2.1.0 | lib/riak.rb |