Most of the terminal I have used in Windows were at best lackluster. However wsl2 is a game changer which makes your Windows OS Unixy...
Continue reading → Tags : wsl windows
Performing inner join on pandas dataframe is straightforward. However I wanted to override values from the right dataframe...
Continue reading → Tags : python pandas
AWS offers managed service Amazon MemoryDB which is redis compatible. The entire keyspace in Redis cluster is divided into hash slots and these slots are assigned to multiple nodes. In redis, getting a single value is straightforward...
Continue reading → Tags : python redis memorydb aws