Fixed inaccuracies in Redis Roadmaps (#7404)

pull/7424/head
Ruslan Semagin 1 week ago committed by GitHub
parent 960218235d
commit 9b952b9afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/redis/content/aof-rewrite--compaction@ibaZ34-laQtUyxAsERi7o.md
  2. 4
      src/data/roadmaps/redis/content/exec@Ljy-Mc0EBBX4_vXfYZ5-4.md
  3. 2
      src/data/roadmaps/redis/content/scard@2gZL4a9aWGKWLa89iyHTc.md
  4. 4
      src/data/roadmaps/redis/content/zrange@3pFChX6YIItrBz9lxu4XM.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: 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/)

Loading…
Cancel
Save