Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,使用 JOhm 和 Jedis,可以在 redis 中/从 redis 中存储/检索 java 类对象。我的一个问题是,JOhm 是否也将 java 对象保留在内存中,以便下次需要该对象(与键关联)时,它会从内存中返回,而不是每次都从 redis 中读取?
不,它不会在内存中保留任何内容。基本上你所做的一切都会用到redis。