Concept Flow - OBJECT ENCODING for internal encoding
Client sends command
Redis receives object
Check object type
Choose internal encoding
Store object with encoding
Use encoding for operations
Return result to client
Redis receives data, decides the best way to store it internally, then uses that encoding for fast operations.