diff --git a/src/data/roadmaps/redis/content/aof-rewrite--compaction@ibaZ34-laQtUyxAsERi7o.md b/src/data/roadmaps/redis/content/aof-rewrite--compaction@ibaZ34-laQtUyxAsERi7o.md index 89fcc0017..d1ffa8f88 100644 --- a/src/data/roadmaps/redis/content/aof-rewrite--compaction@ibaZ34-laQtUyxAsERi7o.md +++ b/src/data/roadmaps/redis/content/aof-rewrite--compaction@ibaZ34-laQtUyxAsERi7o.md @@ -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: -- [@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) \ No newline at end of file +- [@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) diff --git a/src/data/roadmaps/redis/content/exec@Ljy-Mc0EBBX4_vXfYZ5-4.md b/src/data/roadmaps/redis/content/exec@Ljy-Mc0EBBX4_vXfYZ5-4.md index 84f26b0e7..71ea02bc0 100644 --- a/src/data/roadmaps/redis/content/exec@Ljy-Mc0EBBX4_vXfYZ5-4.md +++ b/src/data/roadmaps/redis/content/exec@Ljy-Mc0EBBX4_vXfYZ5-4.md @@ -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: -- [@official@](https://redis.io/docs/latest/commands/eval/) -- [@article@Redis Transactions: EXEC](https://www.w3resource.com/redis/redis-exec.php) \ No newline at end of file +- [@official@EXEC Documentation](https://redis.io/docs/latest/commands/exec/) +- [@article@Redis Transactions: EXEC](https://www.w3resource.com/redis/redis-exec.php) diff --git a/src/data/roadmaps/redis/content/scard@2gZL4a9aWGKWLa89iyHTc.md b/src/data/roadmaps/redis/content/scard@2gZL4a9aWGKWLa89iyHTc.md index d1c1c4ffe..d01785384 100644 --- a/src/data/roadmaps/redis/content/scard@2gZL4a9aWGKWLa89iyHTc.md +++ b/src/data/roadmaps/redis/content/scard@2gZL4a9aWGKWLa89iyHTc.md @@ -4,4 +4,4 @@ Learn more from the following resources: -- [@official@](https://redis.io/docs/latest/commands/scard/) \ No newline at end of file +- [@official@SCARD Documentation](https://redis.io/docs/latest/commands/scard/) diff --git a/src/data/roadmaps/redis/content/zrange@3pFChX6YIItrBz9lxu4XM.md b/src/data/roadmaps/redis/content/zrange@3pFChX6YIItrBz9lxu4XM.md index c19e6c9f1..c812220e1 100644 --- a/src/data/roadmaps/redis/content/zrange@3pFChX6YIItrBz9lxu4XM.md +++ b/src/data/roadmaps/redis/content/zrange@3pFChX6YIItrBz9lxu4XM.md @@ -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. -Learn more from the following resourceS: +Learn more from the following resources: -- [@official@ZRANGE Documentation](https://redis.io/docs/latest/commands/zrange/) \ No newline at end of file +- [@official@ZRANGE Documentation](https://redis.io/docs/latest/commands/zrange/)