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