# File lib/redis/namespace.rb, line 282 def multi(&block) if block_given? namespaced_block(:multi, &block) else call_with_namespace(:multi) end end