Untitled
Anonymous
plain_text
09/30/2024 6:37 AM
464 B
23
Indexable
public void setInHashset(String key, String field, Set<String> value) {
try {
redisHashCommands.hset(key, field, JSONConvertUtils.toString(value));
đoạn code trên được nhận xét
assuming we value contains 2 IPs: ip1, ip2
=> what is the value stored in redis
I'm a bit confused why we use JSONConvertUtils hereEditor is loading...
Leave a Comment