Skip to content

Commit

Permalink
Update redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rushercm authored Jan 20, 2020
1 parent d377114 commit 42709aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,6 @@ redis分布式锁进化 set(先查有没有,没有就设置,但会存在同
->redisson(Redlock算法,分布式对象等api) --RedissonAutoConfiguration源码
https://juejin.im/post/5d9699ace51d45781d5e4baa

Redis数据结构:skiplist(新插入的数据随机层数,不会影响已有数据层数,只需修改插入节点前后指针 --logN); https://juejin.im/post/57fa935b0e3dd90057c50fbc
Redis数据结构:skiplist(新插入的数据随机层数,不会影响已有数据层数,只需修改插入节点前后指针 --logN);
maxLevel:32
--https://juejin.im/post/57fa935b0e3dd90057c50fbc

0 comments on commit 42709aa

Please sign in to comment.