forked from redis/lettuce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (50 loc) · 1.53 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: Lettuce Reference Guide
repo_url: https://github.com/redis/lettuce
theme:
name: material
logo: static/logo-redis.svg
font:
text: 'Geist'
code: 'Geist Mono'
features:
- content.code.copy
palette:
primary: white
accent: red
plugins:
- search
- macros:
include_dir: .
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- toc:
permalink: true
nav:
- Overview: overview.md
- New & Noteworthy: new-features.md
- Getting Started: getting-started.md
- User Guide:
- Connecting Redis: user-guide/connecting-redis.md
- Asynchronous API: user-guide/async-api.md
- Reactive API: user-guide/reactive-api.md
- Kotlin API: user-guide/kotlin-api.md
- Publish/Subscribe: user-guide/pubsub.md
- Transactions/Multi: user-guide/transactions-multi.md
- Redis JSON: user-guide/redis-json.md
- Redis programmability:
- LUA Scripting: user-guide/lua-scripting.md
- Redis Functions: user-guide/redis-functions.md
- High-Availability and Sharding: ha-sharding.md
- Working with dynamic Redis Command Interfaces: redis-command-interfaces.md
- Advanced Usage: advanced-usage.md
- Integration and Extension: integration-extension.md
- Frequently Asked Questions: faq.md
- API Reference: https://www.javadoc.io/doc/io.lettuce/lettuce-core/latest/index.html