開課吧 算法工程師-高級深度學(xué)習(xí)
2022-12-10 11:30 作者:娜娜絡(luò)絡(luò) | 我要投稿
Override
? ? ? ? ? ? ? ?public <K, V> Map execute(RedisOperations<K, V> operations) throws DataAccessException {
? ? ? ? ? ? ? ? ? ?HashOperations hashOperations = operations.opsForHash();
? ? ? ? ? ? ? ? ? ?for (String key : keySet) {
? ? ? ? ? ? ? ? ? ? ? ?hashOperations.entries(key);
? ? ? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ? ? ?return null;
? ? ? ? ? ? ? ?}
標(biāo)簽: