forked from redis/jedis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (31 loc) · 904 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: Jedis
repo_name: Jedis
site_author: Redis, Inc.
site_description: Jedis is a Redis client for the JVM.
repo_url: https://github.com/redis/jedis
remote_branch: gh-pages
theme:
name: material
logo: assets/images/logo.png
favicon: assets/images/favicon-16x16.png
extra_css:
- css/extra.css
plugins:
- search
- macros:
include_dir: .
nav:
- Home: index.md
- Migrating from older versions:
- 3 to 4:
- Breaking changes: 3to4.md
- Primitives: 3to4-primitives.md
- ZSET: 3to4-zset-list.md
- Using Jedis with ...:
- Search: redisearch.md
- JSON: redisjson.md
- Failover: failover.md
- FAQ: faq.md
- API Reference: https://www.javadoc.io/doc/redis.clients/jedis/latest/index.html
- Jedis Guide: https://redis.io/docs/latest/develop/connect/clients/java/jedis/
- Redis Command Reference: https://redis.io/docs/latest/commands/