Redis DB Caching ================ Remember/Forget key structure for DB Caching: +----------------+---------------------------------+----------+ | Table | Key | Selector | +----------------+---------------------------------+----------+ | employees_data | ``TABLE.SHOPID.'pplid:'.PPLID`` | calcid | +----------------+---------------------------------+----------+ | employees_data | ``TABLE.SHOPID.CALCID`` | | +----------------+---------------------------------+----------+ | calcs | ``'calcs_'.SHOPID`` | id | +----------------+---------------------------------+----------+ `github.io/ascii-tables `_