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