Strings

📄️ APPENDAppend a value to a key

📄️ BITCOUNTCount set bits in a string

📄️ BITFIELDPerform arbitrary bitfield integer operations on strings

📄️ BITFIELD_ROPerform arbitrary bitfield integer operations on strings. Read-only variant of BITFIELD

📄️ BITOPPerform bitwise operations between strings

📄️ BITPOSFind first bit set or clear in a string

📄️ CL.THROTTLERate Limiting API

📄️ DECRDecrement the integer value of a key by one

📄️ DECRBYDecrement the integer value of a key by the given number

📄️ GETGet the value of a key

📄️ GETBITReturns the bit value at offset in the string value stored at key

📄️ GETDELGet the value of a key and delete the key

📄️ GETEXGet the value of a key and optionally set its expiration

📄️ GETRANGEGet a substring of the string stored at a key

📄️ GETSETSet the string value of a key and return its old value

📄️ INCRIncrement the integer value of a key by one

📄️ INCRBYIncrement the integer value of a key by the given amount

📄️ INCRBYFLOATIncrement the float value of a key by the given amount

📄️ MGETGet the values of all the given keys

📄️ MSETSet multiple keys to multiple values

📄️ MSETNXSet multiple keys to multiple values, only if none of the keys exist

📄️ PSETEXSet the value and expiration in milliseconds of a key

📄️ SETSet the string value of a key

📄️ SETBITSets or clears the bit at offset in the string value stored at key

📄️ SETEXSet the value and expiration of a key

📄️ SETNXSet the value of a key, only if the key does not exist

📄️ SETRANGEOverwrite part of a string at key starting at the specified offset

📄️ STRLENGet the length of the value stored in a key

📄️ SUBSTRGet a substring of the string stored at a key