Fixed some typos on redis rodemap (#8131)

* fix: wrong link to redis rpop command

* fix: links not properly displaying because of a typo
chore/update-content-json
OLODiman11 1 day ago committed by GitHub
parent c754a971c3
commit adc66cf97c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/redis/content/atomicity-in-redis@jrgaoDnt_RxTu79hk4hCD.md
  2. 2
      src/data/roadmaps/redis/content/rpop@brUGqWZ287EWtvl9uUbNt.md

@ -5,4 +5,4 @@ Atomicity in Redis refers to the property that ensures a set of operations is ex
Learn more from the following resources: Learn more from the following resources:
- [@official@Atomicity with Lua](https://redis.io/learn/develop/java/spring/rate-limiting/fixed-window/reactive-lua) - [@official@Atomicity with Lua](https://redis.io/learn/develop/java/spring/rate-limiting/fixed-window/reactive-lua)
-[@article@Atomicity in Redis operations](https://lucaspin.medium.com/atomicity-in-redis-operations-a1d7bc9f4a90) - [@article@Atomicity in Redis operations](https://lucaspin.medium.com/atomicity-in-redis-operations-a1d7bc9f4a90)

@ -4,4 +4,4 @@ The RPOP command removes and then returns the last elements of the list stored a
Learn more from the following resources: Learn more from the following resources:
- [@official@RPOP Documentation](https://redis.io/docs/latest/commands/rpush/) - [@official@RPOP Documentation](https://redis.io/docs/latest/commands/rpop/)

Loading…
Cancel
Save