本站已收录 番号和无损神作磁力链接/BT种子 

Master Redis - From Beginner to Advanced, 20+ hours

种子简介

种子名称: Master Redis - From Beginner to Advanced, 20+ hours
文件类型: 视频
文件数目: 182个文件
文件大小: 6.28 GB
收录时间: 2021-11-26 04:19
已经下载: 3
资源热度: 149
最近下载: 2024-6-29 13:00

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:5f5c4ac24fee04b470e53939a1ca77d01cf2f9ea&dn=Master Redis - From Beginner to Advanced, 20+ hours 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Master Redis - From Beginner to Advanced, 20+ hours.torrent
  • 01 Introduction/001 Course Introduction.mp421.92MB
  • 01 Introduction/002 Introduction To Redis.mp413.74MB
  • 02 Getting Started/001 Installing Redis on Mac.mp440.49MB
  • 02 Getting Started/002 Starting and Shutting Down Redis Server.mp433.72MB
  • 02 Getting Started/003 Getting Server Information.mp447.26MB
  • 02 Getting Started/004 The Redis CLI.mp423.92MB
  • 03 Redis Data Management/001 Redis Keys and Values.mp424.78MB
  • 03 Redis Data Management/003 Deleting Keys.mp423.09MB
  • 03 Redis Data Management/005 How to check if a key exists or not.mp418.96MB
  • 03 Redis Data Management/007 How to define keys with expiration.mp471.46MB
  • 03 Redis Data Management/009 How to remove expiration from a key.mp426.63MB
  • 03 Redis Data Management/011 How Redis handle keys expirations.mp410.65MB
  • 03 Redis Data Management/012 Key Spaces.mp459.24MB
  • 03 Redis Data Management/014 Keys naming conventions.mp441.52MB
  • 03 Redis Data Management/016 Keys pattern matching - KEYS.mp473.73MB
  • 03 Redis Data Management/018 Saving keys information on server.mp438.75MB
  • 03 Redis Data Management/020 Rename a Key - RENAME.mp422.74MB
  • 03 Redis Data Management/022 Rename a key with caution using RENAMENX.mp49.16MB
  • 03 Redis Data Management/024 Deleting Keys Asynchronously via UNLINK.mp413.66MB
  • 03 Redis Data Management/026 How to find data type of a key value - TYPE.mp413.16MB
  • 04 Redis Data Structures - Strings/001 Introduction to data types.mp45.58MB
  • 04 Redis Data Structures - Strings/002 Redis Strings and their use cases.mp437.19MB
  • 04 Redis Data Structures - Strings/004 String Key definition for an app, and a shop.mp436.3MB
  • 04 Redis Data Structures - Strings/006 Counting numbers using INCR and DECR.mp446.77MB
  • 04 Redis Data Structures - Strings/008 Counting floating point numbers.mp422.07MB
  • 04 Redis Data Structures - Strings/010 Using APPEND as list of timeseries data.mp426.21MB
  • 04 Redis Data Structures - Strings/012 Setting and getting multiple keys via MSET, MGET, MSETNX.mp416.39MB
  • 04 Redis Data Structures - Strings/014 Using GETSET for an atomic reset.mp425.86MB
  • 04 Redis Data Structures - Strings/016 Extract string value via GETRANGE.mp431.93MB
  • 04 Redis Data Structures - Strings/018 Replace string value using SETRANGE.mp416.25MB
  • 04 Redis Data Structures - Strings/020 Set Key and expiration using SETEX and PSETEX.mp423.63MB
  • 04 Redis Data Structures - Strings/022 Set key if not exists using SETNX.mp414.72MB
  • 04 Redis Data Structures - Strings/024 String Encoding types.mp416.36MB
  • 04 Redis Data Structures - Strings/026 Using serialized JSON data.mp411.01MB
  • 04 Redis Data Structures - Strings/028 Scanning Keys with SCAN.mp470.4MB
  • 05 Redis Lists/001 Introduction to lists.mp417.83MB
  • 05 Redis Lists/002 Creating a list using LPUSH, RPUSH.mp428.1MB
  • 05 Redis Lists/004 View latest stock prices via LINDEX.mp435.79MB
  • 05 Redis Lists/006 Insert an element via LINSERT.mp421.96MB
  • 05 Redis Lists/008 Remove elements via LPOP and RPOP.mp415.84MB
  • 05 Redis Lists/010 Trim a list using LTRIM.mp413.44MB
  • 05 Redis Lists/012 Update an element value via LSET.mp411.71MB
  • 05 Redis Lists/014 Find length of a list via LLEN.mp411.91MB
  • 05 Redis Lists/016 Find matching elements via LPOS.mp447.95MB
  • 05 Redis Lists/018 Remove element via LREM.mp423.92MB
  • 05 Redis Lists/020 Move elements between lists via LMOVE.mp438.86MB
  • 06 Redis Hashes/001 Introduction to Hashes.mp413.26MB
  • 06 Redis Hashes/002 Using HSET, HGET and HGETALL for hashes.mp428.97MB
  • 06 Redis Hashes/004 Get multiple fields values via HMGET.mp410.47MB
  • 06 Redis Hashes/006 Find length of a hash via HLEN.mp44.07MB
  • 06 Redis Hashes/008 Delete fields via HDEL.mp410.17MB
  • 06 Redis Hashes/010 Use HEXISTS to check if a field exist.mp410.34MB
  • 06 Redis Hashes/012 Get all fields name via HKEYS.mp46.5MB
  • 06 Redis Hashes/014 Get all fields values via HVALS.mp45.03MB
  • 06 Redis Hashes/016 Counting via HINCRBY and HINCRBYFLOAT.mp418.15MB
  • 06 Redis Hashes/018 Using HSETNX to add a new field.mp49.4MB
  • 06 Redis Hashes/020 Get random fields via HRANDFIELD.mp423.15MB
  • 07 Redis Sets/001 Introduction to Sets.mp47.05MB
  • 07 Redis Sets/002 Are sets are unique, and un-ordered.mp419.5MB
  • 07 Redis Sets/004 Using SETS for unique data.mp436.24MB
  • 07 Redis Sets/006 Sets Maintenance - SADD, SREM, SPOP.mp419.09MB
  • 07 Redis Sets/008 Checking a membership existence.mp442.54MB
  • 07 Redis Sets/010 Get random elements via SRANDMEMBER.mp414.73MB
  • 07 Redis Sets/012 Moving elements within sets via SMOVE.mp447.09MB
  • 07 Redis Sets/014 Sets Operations - Union.mp418.29MB
  • 07 Redis Sets/016 Sets Operations - Union and store results with SUNIONSTORE.mp413.82MB
  • 07 Redis Sets/018 Sets Operations - Intersection.mp429.87MB
  • 07 Redis Sets/020 Sets Operations - Difference.mp429.48MB
  • 08 Redis Sorted Sets/001 Introduction to Sorted Sets.mp410.4MB
  • 08 Redis Sorted Sets/002 Using ZADD and ZRANGE.mp441.47MB
  • 08 Redis Sorted Sets/004 Display data in reverse score order.mp412.73MB
  • 08 Redis Sorted Sets/006 Atomic operations by ZINCRBY.mp420.03MB
  • 09 Redis HyperLogLog/001 Introduction to HyperLogLog.mp412.86MB
  • 09 Redis HyperLogLog/002 Unique Website visitors via HyperLogLog.mp474.08MB
  • 10 Publish_Subscribe Model/001 Introduction to Publish_Subscribe Model.mp49.69MB
  • 10 Publish_Subscribe Model/002 Setup a Publish_Subscribe communication.mp449.56MB
  • 10 Publish_Subscribe Model/004 Patterned Subscription.mp441.99MB
  • 10 Publish_Subscribe Model/006 Channel management via PUBSUB.mp451.9MB
  • 10 Publish_Subscribe Model/009 Redis Database Design - A Chat Application.mp441.95MB
  • 10 Publish_Subscribe Model/010 Redis Database Design - A Chat Application Part 2.mp424.71MB
  • 11 Mass insertion of data - Piping/001 Insert country codes and stock prices via mass insertion.mp474.74MB
  • 12 Designing Databases in Redis/001 From a RDBMS Table to Redis Data Structure.mp447.05MB
  • 12 Designing Databases in Redis/003 From multi primary keys to Redis Structure.mp440.18MB
  • 13 Redis Protocol/001 Introduction to Redis Protocol.mp424.64MB
  • 13 Redis Protocol/002 Turning strings into Redis Protocol Specifications.mp433.91MB
  • 13 Redis Protocol/003 Generating Redis Protocol commands usng python.mp452.65MB
  • 14 Redis Administration/001 Inspect internal Redis objects via OBJECT.mp432.15MB
  • 14 Redis Administration/003 Dump and Restore Keys.mp455.34MB
  • 14 Redis Administration/005 Checking command history.mp413.35MB
  • 14 Redis Administration/006 Using redis-cli to scan keys.mp426.62MB
  • 14 Redis Administration/008 Using bash to get all keys and values.mp430.54MB
  • 14 Redis Administration/009 Using URL, echo to list all keys.mp420.13MB
  • 15 Redis Clients/001 Connecting with Python - Getting Keys.mp485.5MB
  • 16 Redis Replication/001 Introduction to Replication and Scalability.mp48.63MB
  • 16 Redis Replication/002 Setting up Master_Slave Replication.mp4158.9MB
  • 16 Redis Replication/003 How replication works.mp4114.98MB
  • 16 Redis Replication/004 INFO Command Part 1.mp4249.85MB
  • 16 Redis Replication/005 INFO Command Part 2.mp4107.87MB
  • 16 Redis Replication/006 ROLE Command.mp482.64MB
  • 17 Redis Cluster/001 Introduction to Redis Cluster.mp418.19MB
  • 17 Redis Cluster/002 Redis Cluster Data Sharding.mp417.98MB
  • 17 Redis Cluster/003 Setup and configuration of 6 nodes.mp448.59MB
  • 17 Redis Cluster/005 Launch a cluster with nodes.mp4110.99MB
  • 17 Redis Cluster/007 Cluster commands - Check Nodes, Slaves, Slots.mp465.22MB
  • 17 Redis Cluster/008 High availability in cluster.mp432.66MB
  • 17 Redis Cluster/011 Adding a node to a cluster.mp455.46MB
  • 17 Redis Cluster/012 What happens when a slave is shutdown.mp427.81MB
  • 17 Redis Cluster/013 Using Redis-cli to find cluster information, nodes and more.mp465.19MB
  • 17 Redis Cluster/014 Using CLUSTER NODES, CLUSTER SLOTS commands.mp424.85MB
  • 17 Redis Cluster/015 Using CLUSTER INFO, MYID and REPLICAS commands.mp422.85MB
  • 17 Redis Cluster/016 Find a hash slot number of a keys and Keys in slots.mp449.92MB
  • 17 Redis Cluster/017 Shutdown a cluster.mp429.89MB
  • 18 Scripting with Lua programming language/001 Introduction to Lua Language.mp412.88MB
  • 18 Scripting with Lua programming language/002 Setting up Lua interpreter.mp419.84MB
  • 18 Scripting with Lua programming language/003 Values and Data Types.mp413.41MB
  • 18 Scripting with Lua programming language/004 Quick assignments of numbers, booleans and strings.mp413.71MB
  • 18 Scripting with Lua programming language/005 Numbers.mp48.74MB
  • 18 Scripting with Lua programming language/006 Strings.mp453.96MB
  • 18 Scripting with Lua programming language/007 Arithmetic Operators.mp415.78MB
  • 18 Scripting with Lua programming language/008 Relationship operators.mp429.51MB
  • 18 Scripting with Lua programming language/009 Logical Operators.mp420.51MB
  • 18 Scripting with Lua programming language/010 Strings operations.mp410.14MB
  • 18 Scripting with Lua programming language/011 Tables data types.mp469.08MB
  • 18 Scripting with Lua programming language/012 IF statement.mp423.53MB
  • 18 Scripting with Lua programming language/013 FOR loop.mp463.12MB
  • 18 Scripting with Lua programming language/014 WHILE loop.mp428.68MB
  • 18 Scripting with Lua programming language/015 EVAL - Lua and Redis Data types.mp420.01MB
  • 18 Scripting with Lua programming language/016 EVAL statement.mp474.97MB
  • 20 RediSearch/001 Introduction to RediSearch.mp414.87MB
  • 20 RediSearch/002 Running RediSearch with Docker.mp443.73MB
  • 20 RediSearch/003 Running RediSearch on Redis Cloud.mp436.28MB
  • 20 RediSearch/004 Using RediSearch on Movies Database.mp424.48MB
  • 20 RediSearch/005 Adding sample movies data via hashes.mp451.95MB
  • 20 RediSearch/007 Creating an index.mp438.82MB
  • 20 RediSearch/009 Query data with RediSearch.mp473.17MB
  • 20 RediSearch/011 fuzzy logic and search by value.mp434.43MB
  • 20 RediSearch/013 Value range searches.mp427.01MB
  • 20 RediSearch/015 Counting total records_documents.mp45.83MB
  • 20 RediSearch/017 Insert, Update, Delete and Expire Documents.mp430.42MB
  • 20 RediSearch/019 Manage Indexes.mp441.69MB
  • 20 RediSearch/021 Import sample movies datasets.mp476.06MB
  • 20 RediSearch/022 Creating Indexes on movies database.mp454.58MB
  • 20 RediSearch/024 Using @fieldname with and without contains.mp428.07MB
  • 20 RediSearch/026 Search with OR criteria.mp428MB
  • 20 RediSearch/028 Search condition1 AND (condition2 OR condition3).mp445.33MB
  • 20 RediSearch/030 Numerical Conditions.mp438.78MB
  • 20 RediSearch/031 Sort data with SORTBY.mp428.58MB
  • 20 RediSearch/033 Limiting results using LIMIT.mp441.83MB
  • 20 RediSearch/035 Aggregation with FT.AGGREGATE.mp419.97MB
  • 20 RediSearch/036 Grouping data.mp482.76MB
  • 20 RediSearch/038 Grouping, reducing and sorting data.mp425.55MB
  • 20 RediSearch/040 Grouping with multiple reduce functions SUM, AVG.mp4104.39MB
  • 20 RediSearch/042 Transforming aggregated data using APPLY function.mp4107.06MB
  • 20 RediSearch/044 View APPLY Function visually.mp452.16MB
  • 20 RediSearch/045 APPLY Function with date transformation.mp443.44MB
  • 20 RediSearch/047 Using FILTER to filter data.mp456.74MB
  • 20 RediSearch/049 Filter on resultsets.mp429.35MB
  • 20 RediSearch/052 Create custom indexes via FILTER.mp449.13MB
  • 21 RedisInsight/001 Introduction to RedisInsight.mp417.23MB
  • 21 RedisInsight/002 Setup RedisInsight.mp429.53MB
  • 21 RedisInsight/003 View Database and Keys.mp454.98MB
  • 21 RedisInsight/004 Add_Update_Delete a key Value.mp432.51MB
  • 21 RedisInsight/005 Set an expiry to a key.mp46.38MB
  • 21 RedisInsight/006 Add a new key.mp418.08MB
  • 21 RedisInsight/007 Using CLI.mp416.28MB
  • 21 RedisInsight/008 View Database Information.mp426.03MB
  • 22 Using RediSearch in RedisInsight/001 Use Search capabilities.mp463.44MB
  • 23 RedisJSON/001 Introduction to RedisJSON.mp411.54MB
  • 23 RedisJSON/002 Why do we need RedisJSON_.mp419.83MB
  • 23 RedisJSON/003 Setup RedisJSON via Docker.mp413.58MB
  • 23 RedisJSON/005 How to SET and GET a JSON object.mp436.58MB
  • 23 RedisJSON/007 How to append string and get length.mp423.91MB
  • 23 RedisJSON/009 How to get Object Length and Keys.mp411.25MB
  • 23 RedisJSON/011 Doing atomic operations.mp419.03MB
  • 23 RedisJSON/013 How to delete a JSON object.mp421.74MB
  • 23 RedisJSON/015 How much memory is used for JSON object_.mp424.85MB
  • 23 RedisJSON/017 Food Truck System via JSON.mp4110.4MB
  • 24 What's New in Redis 6.2/001 New options for the SET command.mp425.01MB
  • 24 What's New in Redis 6.2/003 Alternatives to the GET command.mp430.32MB
  • 24 What's New in Redis 6.2/005 HRANDFIELD command.mp423.17MB
  • 24 What's New in Redis 6.2/007 The SMISMEMBER Command.mp423.78MB
  • 25 Redis 7.0 and Beyond/001 Redis Functions in Redis 7.0.mp420.31MB