# File lib/redis/distributed.rb, line 238 def set(key, value, options = {}) node_for(key).set(key, value, options) end