As per my understanding, with JOhm and Jedis, one could store/retrieve java class object in/from redis. One question I have is does JOhm also keep the java object in memory so that next time when that object (associated with key) is needed, it is returned from memory, instead of everytime reading from redis?
Asked
Active
Viewed 2,021 times