Hi everyone,
I am Peter, a newbie to Jedis.
In the Jedis main page:
https://github.com/xetorthio/jedis, I was told
that objects can always be serialized but I do not know how to do it.
For example, given a very common data structure like:
Hash <String Hashkey, List <Object> >
where the structure of an Object is
Object<String field1, String field2>
Suppose we use hashes and lists in Jedis, then how the commands in
Jedis would be?
Thank you in advance for assisting my question.
Peter