# File lib/redis/distributed.rb, line 491 def sinter(*keys) ensure_same_node(:sinter, keys) do |node| node.sinter(*keys) end end