# File lib/redis/distributed.rb, line 201
def
setnx
(
key
,
value
)
node_for
(
key
).
setnx
(
key
,
value
)
end