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