5

私はやっていSpring Redisます、私はキーを次のように置きます

redistemplate.opsForHash().put("Customer", Customer.class, List<Customers>)

から検索したいList<>

ScanOptions options = ScanOptions.scanOptions().match(pattern).count(1).build();

Cursor<Entry<Object, Object>> keys = redistemplate.opsForHash().scan("Customer", options);

また、機能していません。助けてください!!

4

3 に答える 3