SlideShare a Scribd company logo
1 of 19
Download to read offline
Redis Project
Relational databases & Key-Value systems
Athens University of Economics and Business
Dpt. Of Management Science and Technology
Prof. Damianos Chatziantoniou
| lkoutsokera@gmail.com
| stratos.gounidellis@gmail.com
Lamprini Koutsokera
Stratos Gounidellis
BDSMasters
SQL Server vs. Redis
2
Description Microsoftโ€™s relational DBMS In-memory data structure store,
used as database
Database model Relational DBMS Key-value store
Implementation language C++ C
Data scheme yes schema-free
Triggers yes no
Replication methods yes, depending the SQL-Server Edition Master-slave replication
Partitioning methods tables can be distributed across Sharding
several files, sharding through
federation
Project
from a relational database to a key-value systemReferences: [1]
From theory to practice
3
Tools
4
Required installations
5
References: [2]
Redis installation
check if
Redis is
working
Required python packages installation
From software configuration to coding
6
Python coding [1] โ€“ table parsing
7
Relational Data Insertion
References: [3]
Python coding [1] โ€“ table parsing
Python coding [2] โ€“ query parsing
8
References: [3]
Python coding [3] โ€“ query parsing
9
Query Execution
References: [3]
Python coding [4] โ€“ query parsing
10
Query Execution
References: [3]
Python coding [5] โ€“ query parsing
11
Query Execution
References: [3]
12
Python coding [6] โ€“ query parsing
Query Execution
References: [3]
13
Python coding [7] โ€“ code metrics
Query Execution
Unit Testing
Relational Data Insertion
14
Assumptions - Restrictions
๏‚ง The text file follows the structure described below:
o first line (SELECT): a list of table_name.attribute_name, delimited by the character ",".
o second line (FROM): a list of table names, delimited by the character ",".
o third line (WHERE): a simple condition, consisting only of AND, OR, NOT, =, <>, >, <, <=, >= and
parentheses.
o fourth line (ORDER BY): a simple clause, containing either an attribute name and the way of
ordering (ASC or DESC) or RAND().
o fifth line (LIMIT): a number, specifying the number of rows to be displayed.
๏‚ง The ORDER BY clause contains only one attribute.
๏‚ง The sql query is correct according to the sql syntax.
๏‚ง The names of the tables and the attributes are correct.
๏‚ง In case a clause is skipped then the corresponding line remains blank.
Query examples / results [1]
15
1 2
3
Query examples / results [2]
16
4
5
Query examples / results [3]
17
6 7
Style check, code analysis & unit testing
18
[1] pep8 [2] flake8 [3] pylint
References
[1] Db-engines.com. (n.d.). Memcached vs. Microsoft SQL Server vs. Redis Comparison. [online] Available at:
https://db-engines.com/en/system/Memcached%3bMicrosoft+SQL+Server%3bRedis [Accessed 13 Apr. 2017].
[2] Redis.io. Redis Quick Start. https://redis.io/topics/quickstart [Accessed 12 Apr. 2017].
[3] Peter Cooper. Redis 101 - A whirlwind tour of the next big thing in NoSQL data storage.
https://www.scribd.com/document/33531219/Redis-Presentation [Accessed 12 Apr. 2017].
| lkoutsokera@gmail.com
| stratos.gounidellis@gmail.com
Lamprini Koutsokera
Stratos Gounidellis
BDSMasters

More Related Content

What's hot

Henning agt talk-caise-semnet
Henning agt   talk-caise-semnetHenning agt   talk-caise-semnet
Henning agt talk-caise-semnet
caise2013vlc
ย 

What's hot (20)

14. Files - Data Structures using C++ by Varsha Patil
14. Files - Data Structures using C++ by Varsha Patil14. Files - Data Structures using C++ by Varsha Patil
14. Files - Data Structures using C++ by Varsha Patil
ย 
10. Search Tree - Data Structures using C++ by Varsha Patil
10. Search Tree - Data Structures using C++ by Varsha Patil10. Search Tree - Data Structures using C++ by Varsha Patil
10. Search Tree - Data Structures using C++ by Varsha Patil
ย 
12. Heaps - Data Structures using C++ by Varsha Patil
12. Heaps - Data Structures using C++ by Varsha Patil12. Heaps - Data Structures using C++ by Varsha Patil
12. Heaps - Data Structures using C++ by Varsha Patil
ย 
13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patil13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patil
ย 
Lecture10 ie321 dr_atifshahzad
Lecture10 ie321 dr_atifshahzadLecture10 ie321 dr_atifshahzad
Lecture10 ie321 dr_atifshahzad
ย 
Ch10
Ch10Ch10
Ch10
ย 
7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil
ย 
Henning agt talk-caise-semnet
Henning agt   talk-caise-semnetHenning agt   talk-caise-semnet
Henning agt talk-caise-semnet
ย 
R data-structures-3
R data-structures-3R data-structures-3
R data-structures-3
ย 
Robust Real-Time Synchronization between Textual and Graphical Editors
Robust Real-Time Synchronization between Textual and Graphical EditorsRobust Real-Time Synchronization between Textual and Graphical Editors
Robust Real-Time Synchronization between Textual and Graphical Editors
ย 
R Data Structures (Part 1)
R Data Structures (Part 1)R Data Structures (Part 1)
R Data Structures (Part 1)
ย 
R data structures-2
R data structures-2R data structures-2
R data structures-2
ย 
SQL Performance Tuning
SQL Performance TuningSQL Performance Tuning
SQL Performance Tuning
ย 
Sql ppt
Sql pptSql ppt
Sql ppt
ย 
ChemExtractor: Enhanced Rule-Based Capture and Identification of PDF Based Pr...
ChemExtractor: Enhanced Rule-Based Capture and Identification of PDF Based Pr...ChemExtractor: Enhanced Rule-Based Capture and Identification of PDF Based Pr...
ChemExtractor: Enhanced Rule-Based Capture and Identification of PDF Based Pr...
ย 
Moving Data to and From R
Moving Data to and From RMoving Data to and From R
Moving Data to and From R
ย 
Datastructureitstypes
DatastructureitstypesDatastructureitstypes
Datastructureitstypes
ย 
DBMS (oracle 9i SQL) Introduction
DBMS (oracle 9i SQL) IntroductionDBMS (oracle 9i SQL) Introduction
DBMS (oracle 9i SQL) Introduction
ย 
T-SQL Data Types (Quick Overview)
T-SQL Data Types (Quick Overview)T-SQL Data Types (Quick Overview)
T-SQL Data Types (Quick Overview)
ย 
Presentation on Data Structure
Presentation on Data StructurePresentation on Data Structure
Presentation on Data Structure
ย 

Similar to Redis project : Relational Databases to Key-Value systems

Module02
Module02Module02
Module02
Sridhar P
ย 
Expected questions for dbms
Expected questions for dbmsExpected questions for dbms
Expected questions for dbms
SANTOSH RATH
ย 
Expected questions for dbms
Expected questions for dbmsExpected questions for dbms
Expected questions for dbms
SANTOSH RATH
ย 

Similar to Redis project : Relational Databases to Key-Value systems (20)

Redis Project: Relational databases & Key-Value systems
Redis Project: Relational databases & Key-Value systemsRedis Project: Relational databases & Key-Value systems
Redis Project: Relational databases & Key-Value systems
ย 
MIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome Measures
ย 
The Smartpath Information Systems | BASIC RDBMS CONCEPTS
The Smartpath Information Systems | BASIC RDBMS CONCEPTSThe Smartpath Information Systems | BASIC RDBMS CONCEPTS
The Smartpath Information Systems | BASIC RDBMS CONCEPTS
ย 
Lecture16 ie321 dr_atifshahzad_css
Lecture16 ie321 dr_atifshahzad_cssLecture16 ie321 dr_atifshahzad_css
Lecture16 ie321 dr_atifshahzad_css
ย 
Rdms-Relational Database Management System
Rdms-Relational Database Management SystemRdms-Relational Database Management System
Rdms-Relational Database Management System
ย 
Mining Code Examples with Descriptive Text from Software Artifacts
Mining Code Examples with Descriptive Text from Software ArtifactsMining Code Examples with Descriptive Text from Software Artifacts
Mining Code Examples with Descriptive Text from Software Artifacts
ย 
MYSQL.ppt
MYSQL.pptMYSQL.ppt
MYSQL.ppt
ย 
PHP - Getting good with MySQL part I
PHP - Getting good with MySQL part IPHP - Getting good with MySQL part I
PHP - Getting good with MySQL part I
ย 
Introduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQLIntroduction to the Structured Query Language SQL
Introduction to the Structured Query Language SQL
ย 
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
Get up to Speed (Quick Guide to data.table in R and Pentaho PDI)
ย 
Introduction to Oracle
Introduction to OracleIntroduction to Oracle
Introduction to Oracle
ย 
Introduction to Oracle
Introduction to OracleIntroduction to Oracle
Introduction to Oracle
ย 
Module02
Module02Module02
Module02
ย 
Dbms relational model
Dbms relational modelDbms relational model
Dbms relational model
ย 
Intro
IntroIntro
Intro
ย 
Expected questions for dbms
Expected questions for dbmsExpected questions for dbms
Expected questions for dbms
ย 
Expected questions for dbms
Expected questions for dbmsExpected questions for dbms
Expected questions for dbms
ย 
Database concepts
Database conceptsDatabase concepts
Database concepts
ย 
PPT temp.pptx
PPT temp.pptxPPT temp.pptx
PPT temp.pptx
ย 
Cassandra20141113
Cassandra20141113Cassandra20141113
Cassandra20141113
ย 

Recently uploaded

โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men ๐Ÿ”malwa๐Ÿ” Escorts Ser...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men  ๐Ÿ”malwa๐Ÿ”   Escorts Ser...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men  ๐Ÿ”malwa๐Ÿ”   Escorts Ser...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men ๐Ÿ”malwa๐Ÿ” Escorts Ser...
amitlee9823
ย 
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
amitlee9823
ย 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
ย 
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
ย 
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
SUHANI PANDEY
ย 
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
amitlee9823
ย 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
ย 

Recently uploaded (20)

Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
ย 
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men ๐Ÿ”malwa๐Ÿ” Escorts Ser...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men  ๐Ÿ”malwa๐Ÿ”   Escorts Ser...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men  ๐Ÿ”malwa๐Ÿ”   Escorts Ser...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป malwa Call-girls in Women Seeking Men ๐Ÿ”malwa๐Ÿ” Escorts Ser...
ย 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
ย 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
ย 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
ย 
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
Call Girls Bommasandra Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Service B...
ย 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
ย 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
ย 
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
ย 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
ย 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
ย 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
ย 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
ย 
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Attibele โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
ย 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
ย 
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call ๐Ÿ‘— 7737669865 ๐Ÿ‘— Top Class Call Girl Ser...
ย 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
ย 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
ย 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
ย 

Redis project : Relational Databases to Key-Value systems

  • 1. Redis Project Relational databases & Key-Value systems Athens University of Economics and Business Dpt. Of Management Science and Technology Prof. Damianos Chatziantoniou | lkoutsokera@gmail.com | stratos.gounidellis@gmail.com Lamprini Koutsokera Stratos Gounidellis BDSMasters
  • 2. SQL Server vs. Redis 2 Description Microsoftโ€™s relational DBMS In-memory data structure store, used as database Database model Relational DBMS Key-value store Implementation language C++ C Data scheme yes schema-free Triggers yes no Replication methods yes, depending the SQL-Server Edition Master-slave replication Partitioning methods tables can be distributed across Sharding several files, sharding through federation Project from a relational database to a key-value systemReferences: [1]
  • 3. From theory to practice 3
  • 5. Required installations 5 References: [2] Redis installation check if Redis is working Required python packages installation
  • 7. Python coding [1] โ€“ table parsing 7 Relational Data Insertion References: [3] Python coding [1] โ€“ table parsing
  • 8. Python coding [2] โ€“ query parsing 8 References: [3]
  • 9. Python coding [3] โ€“ query parsing 9 Query Execution References: [3]
  • 10. Python coding [4] โ€“ query parsing 10 Query Execution References: [3]
  • 11. Python coding [5] โ€“ query parsing 11 Query Execution References: [3]
  • 12. 12 Python coding [6] โ€“ query parsing Query Execution References: [3]
  • 13. 13 Python coding [7] โ€“ code metrics Query Execution Unit Testing Relational Data Insertion
  • 14. 14 Assumptions - Restrictions ๏‚ง The text file follows the structure described below: o first line (SELECT): a list of table_name.attribute_name, delimited by the character ",". o second line (FROM): a list of table names, delimited by the character ",". o third line (WHERE): a simple condition, consisting only of AND, OR, NOT, =, <>, >, <, <=, >= and parentheses. o fourth line (ORDER BY): a simple clause, containing either an attribute name and the way of ordering (ASC or DESC) or RAND(). o fifth line (LIMIT): a number, specifying the number of rows to be displayed. ๏‚ง The ORDER BY clause contains only one attribute. ๏‚ง The sql query is correct according to the sql syntax. ๏‚ง The names of the tables and the attributes are correct. ๏‚ง In case a clause is skipped then the corresponding line remains blank.
  • 15. Query examples / results [1] 15 1 2 3
  • 16. Query examples / results [2] 16 4 5
  • 17. Query examples / results [3] 17 6 7
  • 18. Style check, code analysis & unit testing 18 [1] pep8 [2] flake8 [3] pylint
  • 19. References [1] Db-engines.com. (n.d.). Memcached vs. Microsoft SQL Server vs. Redis Comparison. [online] Available at: https://db-engines.com/en/system/Memcached%3bMicrosoft+SQL+Server%3bRedis [Accessed 13 Apr. 2017]. [2] Redis.io. Redis Quick Start. https://redis.io/topics/quickstart [Accessed 12 Apr. 2017]. [3] Peter Cooper. Redis 101 - A whirlwind tour of the next big thing in NoSQL data storage. https://www.scribd.com/document/33531219/Redis-Presentation [Accessed 12 Apr. 2017]. | lkoutsokera@gmail.com | stratos.gounidellis@gmail.com Lamprini Koutsokera Stratos Gounidellis BDSMasters