File tree Expand file tree Collapse file tree 3 files changed +45
-10
lines changed Expand file tree Collapse file tree 3 files changed +45
-10
lines changed Original file line number Diff line number Diff line change 11!!!Spelling check failed!!!
22APM
33ARGV
4- BaseObjectPoolConfig
54BFCommands
5+ BaseObjectPoolConfig
66BitOP
77BitPosParams
88BuilderFactory
@@ -20,10 +20,10 @@ CoreCommands
2020Dockerfile
2121EVAL
2222EVALSHA
23- Failback
24- Failover
2523FTCreateParams
2624FTSearchParams
25+ Failback
26+ Failover
2727GSON
2828GenericObjectPool
2929GenericObjectPoolConfig
@@ -54,6 +54,7 @@ ListPosition
5454Ludovico
5555Magnocavallo
5656McCurdy
57+ MkDocs
5758NOSCRIPT
5859NUMPAT
5960NUMPT
@@ -65,8 +66,10 @@ OpenTracing
6566Otel
6667POJO
6768POJOs
69+ PoolConfig
6870PubSub
6971Queable
72+ README
7073READONLY
7174RediSearch
7275RediSearchCommands
@@ -79,9 +82,11 @@ RedisGraph
7982RedisInstrumentor
8083RedisJSON
8184RedisTimeSeries
85+ Redislabs
8286SHA
8387SSLParameters
8488SSLSocketFactory
89+ SafeEncoder
8590SearchCommands
8691SentinelCommands
8792SentinelConnectionPool
126131boolean
127132booleans
128133bysource
134+ cd
129135charset
130136clientId
131137clientKill
@@ -135,6 +141,7 @@ clusterKeySlot
135141configs
136142consumerName
137143consumername
144+ csc
138145cumbersome
139146dbIndex
140147dbSize
@@ -159,6 +166,7 @@ geoadd
159166georadiusByMemberStore
160167georadiusStore
161168getbit
169+ github
162170gmail
163171groupname
164172hdel
@@ -171,20 +179,25 @@ hset
171179hsetnx
172180hstrlen
173181http
182+ https
174183idx
175184iff
176185incr
177186incrBy
178187incrByFloat
179188ini
180189io
190+ jedis
181191json
192+ kb
182193keyslot
183194keyspace
184195keysvalues
196+ kllayn
185197kwarg
186198lastName
187199lastsave
200+ learningpath
188201linsert
189202linters
190203llen
@@ -197,14 +210,13 @@ makeapullrequest
197210maxLen
198211maxdepth
199212maya
213+ md
200214memberCoordinateMap
201215mget
202216microservice
203217microservices
204218millisecondsTimestamp
205- MkDocs
206219mkdocs
207- md
208220mset
209221msetnx
210222multikey
@@ -222,16 +234,18 @@ pexpire
222234pexpireAt
223235pfadd
224236pfcount
237+ pipelining
225238pmessage
226239png
227240pre
241+ produsage
228242psubscribe
229243pttl
230244pubsub
231245punsubscribe
232246py
233247pypi
234- PoolConfig
248+ qsrk
235249quickstart
236250readonly
237251readwrite
@@ -242,12 +256,10 @@ reinitialization
242256renamenx
243257replicaof
244258repo
245- README
246259rpush
247260rpushx
248261runtime
249262sadd
250- SafeEncoder
251263scard
252264scoreMembers
253265sdiffstore
@@ -270,7 +282,6 @@ strlen
270282stunnel
271283subcommands
272284sunionstore
273- pipelining
274285thevalueofmykey
275286timeseries
276287toctree
@@ -289,13 +300,16 @@ url
289300virtualenv
290301waitReplicas
291302whenver
303+ wtd
292304www
293305xack
294306xdel
295307xgroupDelConsumer
296308xgroupDestroy
297309xlen
310+ xpx
298311xtrim
312+ yml
299313zadd
300314zcard
301315zcount
@@ -322,4 +336,3 @@ zrevrangeByScore
322336zrevrangeByScoreWithScores
323337zrevrangeWithScores
324338zunionstore
325- yml
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