add nested types to redis

This commit is contained in:
2026-04-03 10:57:06 +02:00
parent ed02b8aadb
commit 0b64365e39
7 changed files with 6609 additions and 4880 deletions
+3 -4
View File
@@ -3,13 +3,12 @@
(Project.config "title" "redis")
(Project.config "docs-directory" "./docs/")
(Project.config "docs-logo" "")
(Project.config "docs-url" "https://veitheller/git/carpentry/redis")
(Project.config "docs-url" "https://git.veitheller.de/carpentry/redis")
(Project.config "docs-styling" "../style.css")
(Project.config "docs-prelude" "is a collection of modules for talking
to Redis.
(Project.config "docs-prelude" "is a Redis client library for Carp.
```
(load \"https://veitheller/git/carpentry/redis@master\")
(load \"https://git.veitheller.de/carpentry/redis.git@master\")
```
")