File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Tutorials and Examples
2+
3+ ## General
4+
5+ * Redis for Java Developers: < https://university.redis.io/learningpath/kllayn0wtd847i >
6+ * Jedis Guide: < https://redis.io/docs/latest/develop/clients/jedis/ >
7+ * Connecting to a Redis server: < https://redis.io/docs/latest/develop/clients/jedis/connect/ >
8+ * Using Jedis in production: < https://redis.io/docs/latest/develop/clients/jedis/produsage/ >
9+
10+ ## Client-side Caching
11+
12+ * Client-side Caching: < https://github.com/Redislabs-Solution-Architects/redis-client-side-caching-csc-jedis-demo >
13+
14+ ## JSON
15+
16+ * Store, Read and Search JSON: < https://redis.io/kb/doc/1cd7hi2721/learn-to-store-read-and-search-data-in-json-documents-using-jedis >
17+
18+ ## Search
19+
20+ * Vector Search: < https://redis.io/kb/doc/13qsrk8xpx/how-to-perform-vector-search-in-java-with-the-jedis-client-library >
21+ * Spring Boot Search: < https://github.com/Redislabs-Solution-Architects/Spring-Boot-RediSearch-Example >
Original file line number Diff line number Diff line change 3030 - Failover : failover.md
3131 - FAQ : faq.md
3232 - API Reference : https://www.javadoc.io/doc/redis.clients/jedis/latest/index.html
33+ - Tutorials and Examples : tutorials_examples.md
3334 - Jedis Guide : https://redis.io/docs/latest/develop/connect/clients/java/jedis/
3435 - Redis Command Reference : https://redis.io/docs/latest/commands/
3536
You can’t perform that action at this time.
0 commit comments