NoSQL MongoDB Redis : What are the differences? 20.06.2023 by Middleware Team Introduction: MongoDB and Redis are both NoSQL databases.In other words they don’t use “traditional” relational database to manage data. Although they have the same label – NoSQL – their storage concepts are very different: MongoDB stores data on disk, whereas(…)
NoSQL Redis : Geospatial Indexing 15.06.2023 by Middleware Team Introduction: Hi Team , today we will see a very interesting and useful feature of Redis.The Redis geospatial indexing What is Geostail indexing? Redis geospatial indexes let you store coordinates and search for them. This data structure is useful for(…)
NoSQL Redis: Connect your Redis data on Dbeaver 23.05.2023 by Middleware Team Introduction During a previous post, we saw how to browse in your Redis data using it’s official tool Redis insight 🙂 As per a customer request we want to centralize all data types and tool in one tool. How(…)
NoSQL MongoDB: Install Mongo Server and Mongo shell on Windows using MSI file 17.05.2023 by Middleware Team Introduction MongoDB is a no sql database based on key value pair database ( as Redis ) In this topic we will check how to install MongoDB Community edition using the MSI file ( with cmd method and setup wizard(…)
NoSQL Redis : The different Key Type Part2 12.05.2023 by Middleware Team Introduction: Here is the second part of the Redis keys and features, we will see how to use, with a description from the official Redis site and some example for : Hyperloglog BITMAP So open your Redis-server and let’s check(…)
NoSQL Redis: The different Key Type Part1 09.05.2023 by Middleware Team Introduction: Hi team , we have seen during previous posts, how is working Redis , how to browse into data using Redis Insight and how to backup your database. This time , in this first part ,we will go deeper(…)
NoSQL Redis : Backup and restore your database 28.04.2023 by Middleware Team Introduction: Redis is a nosql database , a high performance key-value database management system that stores information in memory for fast access. It can be used to manage your users’ sessions or your site’s cache, for example. In a previous(…)
NoSQL Redis : How to import data using redis-cli utility 27.04.2023 by Middleware Team Introduction: As you may know Redis is a nosql database. It uses key-value pairs to store data whereas SQL database works as a table-based relational database structure. We ever seen how to create entries in Redis using typical commands like(…)
NoSQL, Operating systems Redis : Install Redis on Windows 10 by using WSL 17.03.2023 by Middleware Team Introduction Hi Team Here we go again , last time we have seen how to install Redis on Windows 10 using Redis binaries , let’s see the 2nd method I used to install Redis on my machine and(…)
NoSQL Redis : Redis installation on Windows 10 : 1st method 16.03.2023 by Middleware Team Introduction Hi Team As you know Redis is an open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. Such a pretty cool tool , so what could be better(…)