# File lib/redis/distributed.rb, line 299
    def getbit(key, offset)
      node_for(key).getbit(key, offset)
    end