Untitled

 avatar
unknown
plain_text
9 months ago
312 B
6
Indexable
 public Map<String, Set<String>> getAllDataInHashset(String key) {
        HashMap<String, Set<String>> res = new HashMap<>();
        try {
            Map<String, String> getAllHash = redisHashCommands.hgetall(key);
đoạn code trên được nhận xét 
naming convention, variable should not be a verb
Editor is loading...
Leave a Comment