# File lib/redis.rb, line 453 def renamenx(old_name, new_name) synchronize do |client| client.call [:renamenx, old_name, new_name], &_boolify end end