MindPress Manual
MindPress
Press your mind gracefully, which is powered by nuxt.js 3.0 and nuxt.js content 2.0.
MindPress based on Nuxt and Nuxt Content.
Please install it first.
MindPress
Secondary title
Secondary content, dealing content。
Third title
Image demo:
Here a list:
- 1. Nuxt
- 2. Content
Fourth title
Here's java code snappit highlight.
public List<String> matchScan(String pattern) {
List<String> keys = redisTemplate.execute((RedisCallback<List<String>>) connection -> {
List<String> keysTmp = new ArrayList<>();
Cursor<byte[]> cursor = connection.scan(ScanOptions.scanOptions().match(pattern).count(10000).build());
while (cursor.hasNext()) {
keysTmp.add(new String(cursor.next()));
}
return keysTmp;
});
return keys;
}
Fifth title
fifth content
Secondary Title again
Secondary