Redis supports number of
commands to work with srings.
Appends to string
Count the number of bits set in given string
Perform bit operation on strings
Decrement the value of key by one
Decrement the value stored at key by decrement
Get the value of the key
Get bit value of string at specific offset
Gets the substring
sets key to value and returns the old value stored at key
Increment value stored at key by one
Increment the value stored atkey by increment
Increment value stored at key by float value
Gets the values of all keys
Sets the keys to respective values
Sets keys to values if key is not exist
Sets the value to the key
Sets the value to key, by specifying expiry time in milliseconds
Sets or clears the bit at offset in the string
Sets the value to key, by specifying time out in seconds
Sets the value to key, if key not exists
Gets the length of the string
Sets the value to key, if key not exists
Count the number of bits set in given string
Perform bit operation on strings
Decrement the value of key by one
Decrement the value stored at key by decrement
Get the value of the key
Get bit value of string at specific offset
Gets the substring
sets key to value and returns the old value stored at key
Increment value stored at key by one
Increment the value stored atkey by increment
Increment value stored at key by float value
Gets the values of all keys
Sets the keys to respective values
Sets keys to values if key is not exist
Sets the value to the key
Sets the value to key, by specifying expiry time in milliseconds
Sets or clears the bit at offset in the string
Sets the value to key, by specifying time out in seconds
Sets the value to key, if key not exists
Gets the length of the string
Sets the value to key, if key not exists
No comments:
Post a Comment