# File lib/redis/distributed.rb, line 480 def srandmember(key, count = nil) node_for(key).srandmember(key, count) end