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