# File lib/redis/distributed.rb, line 309 def bitcount(key, start = 0, stop = -1) node_for(key).bitcount(key, start, stop) end