# File lib/redis/distributed.rb, line 326
    def strlen(key)
      node_for(key).strlen(key)
    end