filmov
tv
Redis Beginner Tutorial 1 - What is REDIS
Показать описание
Today we will learn redis from scratch
REDIS = remote dictionary server
What is redis ?
Redis is a KEY-VALUE store
a store/server that stores data as key-value pairs
e.g.
Name=John
Key=Value
this key-value store can be used as a database to read and write data as key-values
Features:
Its a No-SQL db
Uses data structures to store data
Interaction with data is command based
Its an in-memory db (with persistence options)
Salvatore Sanfilippo (original developer)
May 10, 2009 (first release)
Cross Platform (written in ANSI C)
Open Source
Subscribe on:
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ FOLLOW ------------
REDIS = remote dictionary server
What is redis ?
Redis is a KEY-VALUE store
a store/server that stores data as key-value pairs
e.g.
Name=John
Key=Value
this key-value store can be used as a database to read and write data as key-values
Features:
Its a No-SQL db
Uses data structures to store data
Interaction with data is command based
Its an in-memory db (with persistence options)
Salvatore Sanfilippo (original developer)
May 10, 2009 (first release)
Cross Platform (written in ANSI C)
Open Source
Subscribe on:
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ FOLLOW ------------
Комментарии