# File lib/redis/distributed.rb, line 535
    def zrem(key, member)
      node_for(key).zrem(key, member)
    end