diff --git a/src/data/roadmaps/redis/content/atomicity-in-redis@jrgaoDnt_RxTu79hk4hCD.md b/src/data/roadmaps/redis/content/atomicity-in-redis@jrgaoDnt_RxTu79hk4hCD.md index dec8201d9..0830cf15b 100644 --- a/src/data/roadmaps/redis/content/atomicity-in-redis@jrgaoDnt_RxTu79hk4hCD.md +++ b/src/data/roadmaps/redis/content/atomicity-in-redis@jrgaoDnt_RxTu79hk4hCD.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: - [@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) diff --git a/src/data/roadmaps/redis/content/rpop@brUGqWZ287EWtvl9uUbNt.md b/src/data/roadmaps/redis/content/rpop@brUGqWZ287EWtvl9uUbNt.md index 9d491cf3a..2ef6a8e7f 100644 --- a/src/data/roadmaps/redis/content/rpop@brUGqWZ287EWtvl9uUbNt.md +++ b/src/data/roadmaps/redis/content/rpop@brUGqWZ287EWtvl9uUbNt.md @@ -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/) \ No newline at end of file +- [@official@RPOP Documentation](https://redis.io/docs/latest/commands/rpop/)