# File lib/redis.rb, line 398 def exists(key) synchronize do |client| client.call([:exists, key], &_boolify) end end