# File lib/redis/distributed.rb, line 401
    def srandmember(key)
      node_for(key).srandmember(key)
    end