Redis: il data structure server dei big
Durata: 1 giorno | Prezzo: € 350,00
Descrizione
In alcuni casi un data structure server è essenziale. La sua applicabilità va dalle applicazioni web alle classiche applicazioni client/server. Un nuovo mondo, molto più efficente, di risolvere i vecchi problemi. Se vuoi migliorare le performance della tua applicazione e introdurre feature evolute senza stravolgere l’esistente, questo corso è per te.
Contenuti
INTRODUCTION
- What‘s Redis
- NoSQL Basics
- Getting Redis
- Using the Redis console
BASICS
- String Get and Set
- Expire
- The Redis basic Data Types: strings, hashes, lists
- Incrementing
- GETRANGE
- MSET and MGET
- Lists
- The Redis pushes and pops
- The blocking variants
- Using Lists to implement queues and stacks
- Trimming Lists
- Sets and sets commands
- Hashes and hashes commands
- Sorted Sets
- Using Streams
- Understand Streams scenarios
PUBLISH/SUBSCRIBE
- Using Pub and Sub
- Transactions
ADMINISTRATION AND CONFIGURATION
- Configuration
- Using a Config file
- Configuring Persistence
- Replication Configuration
- Security
- Monitor
- Slow Log
Using redis from your application [Examples in Delphi/ObjectPascal, Python, PHP or C#]
- Understanding Redis clients
- Blocking VS non blocking operations
- Implementing entities persistence