Computer Science, asked by shinyrobby, 1 year ago

The ______ command is used to set a lock in string dataset.

Answers

Answered by rishitashukla009
0
Answer
________

The set command is used to set a lock in string dataset.
Answered by aqibkincsem
0

The SET command is used to set a lock in string dataset. It holds the value of the string and the set key till timeout for a given number of seconds.

There are a set of options that can modify the value of a SET key.

These are: EX seconds, PX milliseconds, NX and XX.

The string reply comes “ok” if SET is rightly executed, if not, a Null reply is returned.

Similar questions