module Sohm
Constants
- LUA_SAVE
- LUA_SAVE_DIGEST
Public Class Methods
enable_evalsha()
click to toggle source
By default, EVALSHA is used
# File lib/sohm.rb, line 128 def self.enable_evalsha defined?(@enable_evalsha) ? @enable_evalsha : true end
enable_evalsha=(enabled)
click to toggle source
# File lib/sohm.rb, line 132 def self.enable_evalsha=(enabled) @enable_evalsha = enabled end
mutex()
click to toggle source
# File lib/sohm.rb, line 110 def self.mutex @mutex end
mutex=(mutex)
click to toggle source
# File lib/sohm.rb, line 106 def self.mutex=(mutex) @mutex = mutex end
redis()
click to toggle source
# File lib/sohm.rb, line 93 def self.redis @redis end
redis=(redis)
click to toggle source
# File lib/sohm.rb, line 97 def self.redis=(redis) @redis = redis end
refresh_indices_inline()
click to toggle source
# File lib/sohm.rb, line 123 def self.refresh_indices_inline @refresh_indices_inline end
refresh_indices_inline=(flag)
click to toggle source
# File lib/sohm.rb, line 119 def self.refresh_indices_inline=(flag) @refresh_indices_inline = flag end