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