# File lib/redis.rb, line 694 def renamenx(old_name, new_name) synchronize do _bool @client.call [:renamenx, old_name, new_name] end end