# File lib/redis.rb, line 442 def rename(old_name, new_name) synchronize do |client| client.call [:rename, old_name, new_name] end end