I'm developing an application where I'm putting some key in Redis. If the given key exists Redis should raise an error.
[Due to concurrency issues, I can't read the key and then update the Redis. I can't write a piece of critical code either. ]
Can Redis be configured in such a way?