This is the companion PR to redict/redict.io#18
It adjusts the links in the commands.
Delete all the documentation that I moved to redict/redict.io. Removed things that are Redis specific (like "Redis Insight") or only in old versions (like Gopher protocol support).
This leaves only a few bits of documentation that did not fit the "Usage" category in my opinion:
docs
├── manual
│ ├── client-side-caching.md
│ └── keyspace-notifications.md
└── reference
├── arm.md
├── clients.md
├── cluster-spec.md
├── internals
│ ├── _index.md
│ ├── internals-rediseventlib.md
│ ├── internals-sds.md
│ ├── internals-vm.md
│ └── rdd.md
├── key-specs.md
├── protocol-spec.md
└── sentinel-clients.md
Most of these are either specs or for implementors. Not sure what we should do with these.
This is the companion PR to https://codeberg.org/redict/redict.io/pulls/18
It adjusts the links in the commands.
Delete all the documentation that I moved to `redict/redict.io`. Removed things that are Redis specific (like "Redis Insight") or only in old versions (like Gopher protocol support).
This leaves only a few bits of documentation that did not fit the "Usage" category in my opinion:
```
docs
├── manual
│ ├── client-side-caching.md
│ └── keyspace-notifications.md
└── reference
├── arm.md
├── clients.md
├── cluster-spec.md
├── internals
│ ├── _index.md
│ ├── internals-rediseventlib.md
│ ├── internals-sds.md
│ ├── internals-vm.md
│ └── rdd.md
├── key-specs.md
├── protocol-spec.md
└── sentinel-clients.md
```
Most of these are either specs or for implementors. Not sure what we should do with these.