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:
@@ -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)
|
||||
|
@@ -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/)
|
||||
|
Reference in New Issue
Block a user