# File lib/redis/distributed.rb, line 327 def bitpos(key, bit, start=nil, stop=nil) node_for(key).bitpos(key, bit, start, stop) end