Untitled
unknown
plain_text
a year ago
348 B
12
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