redis复习
摘要:reids 存储结构 1:字符 set hello world get hello 递增数字 incr key 相应的value会+1(原子递增,针对int) incryby/decr key increment 递增指定的整数(针对int) 以上都是原子操作 append key value :向
阅读全文
posted @ 2020-08-02 15:30
可以,写的还是不错的,不过没有写清楚@Test方法不能运行多线程的本质。
posted @ 2020-08-02 15:30