mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-16 22:23:59 +02:00
Fixed inaccuracies in Redis Roadmaps (#7404)
This commit is contained in:
@@ -4,5 +4,5 @@ Persistence refers to the writing of data to durable storage, such as a solid-st
|
|||||||
|
|
||||||
Learn more from the following resources:
|
Learn more from the following resources:
|
||||||
|
|
||||||
- [@official@Persistence in redis](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/)
|
- [@official@Persistence in Redis](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/)
|
||||||
- [@video@Enabling redis persistence](https://youtu.be/qBKnUeR0p10?si=TPvcFtpFMcTZB-Be)
|
- [@video@Enabling Redis persistence](https://youtu.be/qBKnUeR0p10?si=TPvcFtpFMcTZB-Be)
|
||||||
|
@@ -4,5 +4,5 @@ The `EXEC` command in Redis is used to execute a transaction that has been initi
|
|||||||
|
|
||||||
Learn more from the following resources:
|
Learn more from the following resources:
|
||||||
|
|
||||||
- [@official@](https://redis.io/docs/latest/commands/eval/)
|
- [@official@EXEC Documentation](https://redis.io/docs/latest/commands/exec/)
|
||||||
- [@article@Redis Transactions: EXEC](https://www.w3resource.com/redis/redis-exec.php)
|
- [@article@Redis Transactions: EXEC](https://www.w3resource.com/redis/redis-exec.php)
|
@@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
Learn more from the following resources:
|
Learn more from the following resources:
|
||||||
|
|
||||||
- [@official@](https://redis.io/docs/latest/commands/scard/)
|
- [@official@SCARD Documentation](https://redis.io/docs/latest/commands/scard/)
|
||||||
|
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
The ZRANGE command can perform multiple range queries including by rank, by score or by lexiographical order. The order of elements returned are always from lowest to highest and any score ties are resolved using reverse lexiographical ordering.
|
The ZRANGE command can perform multiple range queries including by rank, by score or by lexiographical order. The order of elements returned are always from lowest to highest and any score ties are resolved using reverse lexiographical ordering.
|
||||||
|
|
||||||
Learn more from the following resourceS:
|
Learn more from the following resources:
|
||||||
|
|
||||||
- [@official@ZRANGE Documentation](https://redis.io/docs/latest/commands/zrange/)
|
- [@official@ZRANGE Documentation](https://redis.io/docs/latest/commands/zrange/)
|
Reference in New Issue
Block a user