Strings
📄️ BITCOUNT Count set bits in a string
📄️ BITPOS Find first bit set or clear in a string
📄️ DECRBY Decrement the integer value of a key by the given number
📄️ GETDEL Get the value of a key and delete the key
📄️ GETRANGE Get a substring of the string stored at a key
📄️ INCR Increment the integer value of a key by one
📄️ INCRBYFLOAT Increment the float value of a key by the given amount
📄️ MSETNX Set multiple keys to multiple values, only if none of the keys exist
📄️ SET Set the string value of a key
📄️ SETEX Set the value and expiration of a key
📄️ SETRANGE Overwrite part of a string at key starting at the specified offset