Articles in this series
Its an Application level caching, where the application checks whether the data is present in the cache (In our case redis). If data is present it...
In DB, for unique identifiers we are using UUID (Universally Unique Identifier) and ULID (Universally Unique Lexicographically Sortable...
Its an Application level caching, where the application reads the data from cache. If the data not present in the cache it will read from database and...