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