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