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