Linkedin - Advanced Redis

seeders: 2
leechers: 0
Added 3 years ago by abdenna in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Linkedin - Advanced Redis (Size: 301.69 MB)
  01 - Introduction
  01 - An overview of Redis.mp4 8.94 MB
  01 - An overview of Redis.srt 7.61 KB
  02 - 1. Installing and Setting up Redis
  01 - Redis optimizations.mp4 10.01 MB
  01 - Redis optimizations.srt 8.59 KB
  02 - Installing Redis on macOS.mp4 5.73 MB
  02 - Installing Redis on macOS.srt 5.47 KB
  03 - Installing Redis on Debian Linux.mp4 12.66 MB
  03 - Installing Redis on Debian Linux.srt 7.12 KB
  03 - 2. Improving Performance with Pipelines
  01 - Pipelining.mp4 5.51 MB
  01 - Pipelining.srt 5.56 KB
  02 - Pipelining using the Redis CLI.mp4 4.59 MB
  02 - Pipelining using the Redis CLI.srt 4.38 KB
  03 - Pipelining using a Python client.mp4 9.44 MB
  03 - Pipelining using a Python client.srt 5.11 KB
  04 - Performance improvement with pipelining.mp4 10.24 MB
  04 - Performance improvement with pipelining.srt 5.87 KB
  05 - Parsing a text file to run pipeline commands.mp4 7.77 MB
  05 - Parsing a text file to run pipeline commands.srt 3.84 KB
  04 - 3. Benchmarking a Redis Server
  01 - Benchmarking.mp4 3.73 MB
  01 - Benchmarking.srt 3.46 KB
  02 - Benchmarking Redis.mp4 16.24 MB
  02 - Benchmarking Redis.srt 4.36 KB
  03 - Configuring the benchmark utility.mp4 14.12 MB
  03 - Configuring the benchmark utility.srt 7.26 KB
  04 - Configuring a firewall rule.mp4 7.24 MB
  04 - Configuring a firewall rule.srt 4.99 KB
  05 - Instantiating Cloud VMs in different regions.mp4 8.54 MB
  05 - Instantiating Cloud VMs in different regions.srt 4.8 KB
  06 - Running the Redis Server in Two Different Locations.mp4 7.73 MB
  06 - Running the Redis Server in Two Different Locations.srt 3.29 KB
  07 - Comparing latencies for Redis servers in different locations.mp4 16.29 MB
  07 - Comparing latencies for Redis servers in different locations.srt 8.64 KB
  08 - Benchmarking pipelined and multi-threaded operations.mp4 16.47 MB
  08 - Benchmarking pipelined and multi-threaded operations.srt 6.38 KB
  05 - 4. Performing Basic Full-Text Search with RediStack
  01 - Introducing RediStack.mp4 6.61 MB
  01 - Introducing RediStack.srt 6.04 KB
  02 - Installing RediStack on macOS.mp4 8.07 MB
  02 - Installing RediStack on macOS.srt 4.13 KB
  03 - Installing RediStack on Debian Linux.mp4 6.37 MB
  03 - Installing RediStack on Debian Linux.srt 4.17 KB
  04 - Creating a searching index and performing search.mp4 23.6 MB
  04 - Creating a searching index and performing search.srt 8.04 KB
  05 - Indexing and searching multiple fields.mp4 11.45 MB
  05 - Indexing and searching multiple fields.srt 8.02 KB
  06 - Realtime updates of indexes.mp4 2.87 MB
  06 - Realtime updates of indexes.srt 1.99 KB
  06 - 5. Perform Complex Full-Text Searches
  01 - Using logical operations in search queries.mp4 5.4 MB
  01 - Using logical operations in search queries.srt 5.68 KB
  02 - Controlling a search using options.mp4 8.14 MB
  02 - Controlling a search using options.srt 5.68 KB
  03 - Performing a tag search.mp4 3.91 MB
  03 - Performing a tag search.srt 2.84 KB
  04 - Indexing and searching numeric fields.mp4 4.63 MB
  04 - Indexing and searching numeric fields.srt 4.92 KB
  05 - Configuring stop words for text search.mp4 7 MB
  05 - Configuring stop words for text search.srt 5.77 KB
  06 - Performing fuzzy search.mp4 3.08 MB
  06 - Performing fuzzy search.srt 3.23 KB
  07 - Grouping and aggregation.mp4 5.83 MB
  07 - Grouping and aggregation.srt 6.23 KB
  07 - 6. Querying JSON Structures with RedisJSON
  01 - Working with JSON objects.mp4 5.9 MB
  01 - Working with JSON objects.srt 5.69 KB
  02 - Working with JSON arrays.mp4 11.84 MB
  02 - Working with JSON arrays.srt 10.92 KB
  03 - Performing operations on JSON arrays.mp4 5.2 MB
  03 - Performing operations on JSON arrays.srt 5.11 KB
  04 - Performing operations on JSON objects.mp4 2.53 MB
  04 - Performing operations on JSON objects.srt 2.3 KB
  05 - Performing operations on strings and numeric values in JSON.mp4 5.75 MB
  05 - Performing operations on strings and numeric values in JSON.srt 5.36 KB
  06 - Searching JSON documents.mp4 6.33 MB
  06 - Searching JSON documents.srt 5.28 KB
  08 - Conclusion
  01 - Summary and next steps.mp4 1.74 MB
  01 - Summary and next steps.srt 1.9 KB
  Ex_Files_Advanced_Redis
  Exercise Files
  demo-01
  demo-01.sh 3.19 KB
  demo-02
  demo-02.sh 2.04 KB
  pipeline_commands.txt 261 B
  pipeline_python.py 1007 B
  demo-03
  demo-03.sh 900 B
  run_with_pipeline.py 474 B
  run_without_pipeline.py 445 B
  demo-04
  demo-04.sh 1.84 KB
  kv_pairs.txt 240 B
  load_kvs.py 628 B

Description


Advanced Redis | LinkedIn
English | Tutorial | Size: 301 MB

https://i.im.ge/2023/06/01/hAqVs4.1.png
https://i.im.ge/2023/06/01/hAqZBD.2.png
https://i.im.ge/2023/06/01/hAqWYY.3.png

In this course, explore the advanced features that the Redis database server has to offer. Instructor Janani Ravi first shows how to install and optimize your Redis operations. She then explains how to run benchmarks on your Redis server to assess the performance of Redis operations. Next, she shows how to use RediSearch, which enables querying, secondary indexing, and full-text search for Redis. Finally, Janani explains how to query JSON structures with RedisJSON

Related Torrents

torrent name size uploader age seed leech
7
5
1
3
3