SETNX

    • 1 if the key was set
    1. dragonfly> SETNX mykey "Hello"
    2. dragonfly> SETNX mykey "World"
    3. (integer) 0