Untitled

mail@pastecode.io avatar
unknown
plain_text
12 days ago
312 B
3
Indexable
Never
 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
Leave a Comment