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