Git Product home page Git Product logo

netcoreredis's Introduction

alt text

About Redis

It is a NoSQL database written in C, designed as key-value. Because it keeps data in memory, very fast reading and writing is done.

Data Types

  • String

  • Hash

  • List

  • Set

  • Sorted Set

Setup

All you have to do for installation is ” https://github.com/MSOpenTech/redis/releases download the installation file from " Redis-server first, then.after this process, you will run the exe program and activate the Redis server redis-cli in the same folder.when you run the exe plugin, you can now use the Redis database system to create your databases.

Advantage

  1. Simplicity and ease of use

Redis simplifies your code by allowing you to write fewer lines of code for data storage, access, and use in your applications.Java, Python, PHP, C, C++, C#, JavaScript, Node.many languages are supported, including js, Ruby, R, and Go.

  1. Flexible data structures

Unlike simple key-value data stores that offer limited data structure, Redis has a wide range of data structures to suit the needs of your applications. Redis data types include:

  • Strings-text or binary data up to 512 MB in size

  • Lists-string collection in the order in which they are added

  • Sets – non-ordered collection of Strings; has intersection, join, and difference with other types of sets

  • Sorted Sets – sorted sets by value

  1. In-memory data store

Unlike PostgreSQL, Cassandra, MongoDB, and other databases, which store most of the data on disk or SSD, all Redis data is stored in the server's main memory. In-memory data stores such as Redis do not need the same transfer compared to traditional disk-based databases, which require disk-based data transfer for most operations. Therefore, these databases support more operations and faster response times.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.