Redis CLI Reference

Connection & Info Key Operations String Operations The atomic unit. Max 512 MB per value. Hash Operations The natural fit for structured objects. More memory-efficient than a JSON string when fields are accessed individually. List Operations Backed by a doubly-linked list (or listpack for small sizes). Set Operations Unordered collection 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