Skip to content

Commit cef9b99

Browse files
joshrotenberguglide
authored andcommitted
add exmples and tutorials page
1 parent 04eac1e commit cef9b99

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/tutorials_examples.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ nav:
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

0 commit comments

Comments
 (0)