Strings
📄️ BITCOUNTCount set bits in a string
📄️ BITPOSFind first bit set or clear in a string
📄️ DECRBYDecrement the integer value of a key by the given number
📄️ GETDELGet the value of a key and delete the key
📄️ GETRANGEGet a substring of the string stored at a key
📄️ INCRIncrement the integer value of a key by one
📄️ INCRBYFLOATIncrement the float value of a key by the given amount
📄️ MSETNXSet multiple keys to multiple values, only if none of the keys exist
📄️ SETSet the string value of a key
📄️ SETEXSet the value and expiration of a key
📄️ SETRANGEOverwrite part of a string at key starting at the specified offset