Redis cli

Here the list of the most commond redis cli commands Connection & Info Key Operations String Operations Hash Operations List Operations Set Operations Sorted Set Operations Pub/Sub (Messaging) Transactions Scripting (Lua) Bit Operations (Bitmaps) HyperLogLog (Cardinality Estimation) Geospatial Streams (Event Sourcing) Database & Admin Memory & Performance Cluster Commands Debugging Read more…

SQL server

Select query for production (nolock) Table lock simulation Backup Command line database backup using SqlCmd tool (localhost database) Restore Command line database restore using SqlCmd tool (localhost database) Link tablespace to filegroup Get active connection Try catch block Ram by database Ram by tables Shrink database Table count and dimensions Read more…

Postgres

Clone a database with an existing local one Connect to the database with a user with proper right and make sure that the sourcedb does not have opened connection. Database dump Database restore Get table fields Try catch block