Navicat Blog

Navicat Wins a DBTA Readers' Choice Award! Aug 31, 2023 by Robert Gravelle

In a resounding testament to its commitment to excellence and innovation, Navicat has been announced as the winner of the prestigious Best DBA Solution category in the 2023 DBTA Readers' Choice Awards. (Navicat Data Modeler was also a finalist in the Best Data Modeling Solution category.) The annual awards program, hosted by Database Trends and Applications (DBTA) magazine, celebrates outstanding products and solutions in the dynamic landscape of data management and analytics. The recognition is a result of votes and opinions from DBTA's readership—comprising data and IT professionals hailing from diverse industries.

Redis Lists: an Overview Aug 14, 2023 by Robert Gravelle

In this recent blog article, we learned about Redis' six data types. Redis Lists contain a collection of strings, sorted by the same order in which they were added. This article will expand on the List data type and highlight some of the main commands for managing them.

Working with Keys in Redis Aug 7, 2023 by Robert Gravelle

Since Redis is a key-value store that lets us associate values with a key, it does not use the Data Manipulation Language (DML) and query syntax as relational databases. So how to we write, read, update, and delete data in Redis? This tutorial will cover how to write, read, update, and delete keys using the redis-cli as well as Navicat for Redis.

A Guide to Redis Pub/Sub Jul 26, 2023 by Robert Gravelle

More than a mere database, Redis can also act as a message broker that supports both publishing and subscribing (pub/sub) operations. This blog will provide a brief overview of Redis's Pub/Sub capabilities using Navicat for Redis.

Using Database Aliases Jul 10, 2023 by Robert Gravelle

SQL supports the use of aliases to give a table or a column a temporary name. Not only can they save on typing, but aliases can also make your queries more readable and understandable. In today's blog, we'll learn how to incorporate aliases into our queries using Navicat Premium 16.2.

Navicat Blogs
Feed Entries
Blog Archives
Share