1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 14:22:41 +02:00

Fixed some typos on redis rodemap (#8131)

* fix: wrong link to redis rpop command

* fix: links not properly displaying because of a typo
This commit is contained in:
OLODiman11
2025-01-31 00:52:57 +03:00
committed by GitHub
parent c754a971c3
commit adc66cf97c
2 changed files with 2 additions and 2 deletions

View File

@@ -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:
- [@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)

View File

@@ -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:
- [@official@RPOP Documentation](https://redis.io/docs/latest/commands/rpush/)
- [@official@RPOP Documentation](https://redis.io/docs/latest/commands/rpop/)