
redis
刚刚太好了
去哪儿架构师
展开
-
某互联网公司面试
1. CurrentHashMap 说下原理; 说下jdk1.8的实现方式;2. volatile作用与原理3. JUC下的一些同步工具4. 如何用java实现限流(并发、QPS) 并发数:Semaphore QPS:5. JVM调优6. 老年代垃圾回收期7. 介绍下MySQL索引8. MySQL中RedoLog、UndoLog、binLog作用9. 分库分表 分库分表根据什么分? 分布式事务?10. Redis...原创 2020-05-13 15:55:36 · 346 阅读 · 0 评论 -
Redis--Key设计及约束
Redis keys are binary safe, this means that you can use any binary sequence as a key, from a string like "foo" to the content of a JPEG file. The empty string is also a valid key.A few other rules原创 2017-08-09 10:09:33 · 929 阅读 · 0 评论