Untitled

Anonymous
plain_text
09/30/2024 6:34 AM
416 B
20
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