File tree 3 files changed +45
-10
lines changed
3 files changed +45
-10
lines changed Original file line number Diff line number Diff line change 1
1
!!!Spelling check failed!!!
2
2
APM
3
3
ARGV
4
- BaseObjectPoolConfig
5
4
BFCommands
5
+ BaseObjectPoolConfig
6
6
BitOP
7
7
BitPosParams
8
8
BuilderFactory
@@ -20,10 +20,10 @@ CoreCommands
20
20
Dockerfile
21
21
EVAL
22
22
EVALSHA
23
- Failback
24
- Failover
25
23
FTCreateParams
26
24
FTSearchParams
25
+ Failback
26
+ Failover
27
27
GSON
28
28
GenericObjectPool
29
29
GenericObjectPoolConfig
@@ -54,6 +54,7 @@ ListPosition
54
54
Ludovico
55
55
Magnocavallo
56
56
McCurdy
57
+ MkDocs
57
58
NOSCRIPT
58
59
NUMPAT
59
60
NUMPT
@@ -65,8 +66,10 @@ OpenTracing
65
66
Otel
66
67
POJO
67
68
POJOs
69
+ PoolConfig
68
70
PubSub
69
71
Queable
72
+ README
70
73
READONLY
71
74
RediSearch
72
75
RediSearchCommands
@@ -79,9 +82,11 @@ RedisGraph
79
82
RedisInstrumentor
80
83
RedisJSON
81
84
RedisTimeSeries
85
+ Redislabs
82
86
SHA
83
87
SSLParameters
84
88
SSLSocketFactory
89
+ SafeEncoder
85
90
SearchCommands
86
91
SentinelCommands
87
92
SentinelConnectionPool
126
131
boolean
127
132
booleans
128
133
bysource
134
+ cd
129
135
charset
130
136
clientId
131
137
clientKill
@@ -135,6 +141,7 @@ clusterKeySlot
135
141
configs
136
142
consumerName
137
143
consumername
144
+ csc
138
145
cumbersome
139
146
dbIndex
140
147
dbSize
@@ -159,6 +166,7 @@ geoadd
159
166
georadiusByMemberStore
160
167
georadiusStore
161
168
getbit
169
+ github
162
170
gmail
163
171
groupname
164
172
hdel
@@ -171,20 +179,25 @@ hset
171
179
hsetnx
172
180
hstrlen
173
181
http
182
+ https
174
183
idx
175
184
iff
176
185
incr
177
186
incrBy
178
187
incrByFloat
179
188
ini
180
189
io
190
+ jedis
181
191
json
192
+ kb
182
193
keyslot
183
194
keyspace
184
195
keysvalues
196
+ kllayn
185
197
kwarg
186
198
lastName
187
199
lastsave
200
+ learningpath
188
201
linsert
189
202
linters
190
203
llen
@@ -197,14 +210,13 @@ makeapullrequest
197
210
maxLen
198
211
maxdepth
199
212
maya
213
+ md
200
214
memberCoordinateMap
201
215
mget
202
216
microservice
203
217
microservices
204
218
millisecondsTimestamp
205
- MkDocs
206
219
mkdocs
207
- md
208
220
mset
209
221
msetnx
210
222
multikey
@@ -222,16 +234,18 @@ pexpire
222
234
pexpireAt
223
235
pfadd
224
236
pfcount
237
+ pipelining
225
238
pmessage
226
239
png
227
240
pre
241
+ produsage
228
242
psubscribe
229
243
pttl
230
244
pubsub
231
245
punsubscribe
232
246
py
233
247
pypi
234
- PoolConfig
248
+ qsrk
235
249
quickstart
236
250
readonly
237
251
readwrite
@@ -242,12 +256,10 @@ reinitialization
242
256
renamenx
243
257
replicaof
244
258
repo
245
- README
246
259
rpush
247
260
rpushx
248
261
runtime
249
262
sadd
250
- SafeEncoder
251
263
scard
252
264
scoreMembers
253
265
sdiffstore
@@ -270,7 +282,6 @@ strlen
270
282
stunnel
271
283
subcommands
272
284
sunionstore
273
- pipelining
274
285
thevalueofmykey
275
286
timeseries
276
287
toctree
@@ -289,13 +300,16 @@ url
289
300
virtualenv
290
301
waitReplicas
291
302
whenver
303
+ wtd
292
304
www
293
305
xack
294
306
xdel
295
307
xgroupDelConsumer
296
308
xgroupDestroy
297
309
xlen
310
+ xpx
298
311
xtrim
312
+ yml
299
313
zadd
300
314
zcard
301
315
zcount
@@ -322,4 +336,3 @@ zrevrangeByScore
322
336
zrevrangeByScoreWithScores
323
337
zrevrangeWithScores
324
338
zunionstore
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 30
30
- Failover : failover.md
31
31
- FAQ : faq.md
32
32
- API Reference : https://www.javadoc.io/doc/redis.clients/jedis/latest/index.html
33
+ - Tutorials and Examples : tutorials_examples.md
33
34
- Jedis Guide : https://redis.io/docs/latest/develop/connect/clients/java/jedis/
34
35
- Redis Command Reference : https://redis.io/docs/latest/commands/
35
36
You can’t perform that action at this time.
0 commit comments