# File lib/redis.rb, line 204
  def strlen(key)
    synchronize do
      @client.call [:strlen, key]
    end
  end