私はやってい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);
また、機能していません。助けてください!!