Decoding Redis Serialization Protocol
Redis is an open-source(debatable), in-memory data structure store that can be used as a database, cache, message broker, and streaming engine. It supports various data structures such as strings, hashes, lists, sets, sorted sets, streams, and more. ...
khareyash05.hashnode.dev6 min read