LALavleen Agrawalinlavleenagrawal.hashnode.dev·Sep 17, 2023 · 2 min readRedis - KeysRedis allows the storage and retrieval of data in key-value pairs, where the values can be integers, strings, booleans, floats, etc. Keys in Redis are used to perform operations such as creating, storing, retrieving, updating, and deleting data to ac...00
LALavleen Agrawalinlavleenagrawal.hashnode.dev·Jul 27, 2023 · 1 min readDifference between SQL and MySQLSQL (Structured Query Language)MySQL SQL was developed in the 1970s by IBM researchers, Raymond Boyce and Donald Chamberlin.MySQL was developed in 1994 by a Swedish company, MySQL AB, which was later acquired by Oracle Corporation. SQL is a progr...00