Redis operations - mmedrano9438/peripheral-brain GitHub Wiki
All Redis operations are atomic, which ensures that if two clients concurrently access, Redis server will receive the updated value.
mostly, delete, create, retrieve and update, will start with the letter of the data type, so if deleting data type list then us 'LPOP' or RPOP. redis operations