button-icon

Login

Login
Archi's Academy
    Courses
    Courses
  • Projects
    Projects
  • Archi's Academy

    Tracks

    #
  • Blogs
    Blogs
  • Pricing
    Pricing
  • Contact
    Contact
  • For Student Clubs
    For Student Clubs

BLACK FRIDAY

85% Discount for all November

whatsapp
Get in touch
Archi's Academy

Navigation

  • Pricing

Legal

  • Privacy Policy
  • Terms of Service

Contact

+1 (217) 200 90 93
Suite No: 8, 400 Emmet Street
Kissimmee, Florida 34741 USA
[email protected]

Copyright © Tech Career Yazılım Danışmanlık A.Ş. 2026

instagramlinkedingithubyoutubexfacebook
visamastercardstripeiyzicoamerican-express
ETBIS
  1. Home›
  2. Blog›
  3. REDIS

Technology

Computer Software

REDIS

What is Redis(Remote Dictionary Service)?
It is a NoSQL database written in C and designed as key:value. It enables very fast reading and writing because it keeps the data in memory.
Which data types does Redis support?
In Redis, supported data types are String, Hash, List Set, Sorted Set, Geospatial Index and Hyperloglog.
redisimage.png
Where can it be used?
Database
As a consequence of ability of writing the stored data to the disk, it provides persistency. So, it’s a perfect platform for using database.
Caching Layer
But first what is caching?
In computing, a cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data’s primary storage location. Caching allows you to efficiently reuse previously retrieved or computed data.
If you want to make a cash of a site Redis will be so fast. That’s why in Caching Redis is used a lot.
Attention!
When you turn off the Redis, previously recorded data will be deleted. Redis doesn’t keep those and this feature provides really high speed.
archis-trainee

Seher Saylık

Monday, Jun 7, 2021

Ready to turn insights into real skills?

Start building with guided, project-based training and gain hands-on experience from day one.

TOC

Table of Content

No sections found