Rewrite Redis => Redict #3
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
redict/redict-doc#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let me try to clarify the task here, before I work on it:
clients,librariesandtools: I don't think we should rewrite anything in that directory right now: The clients listed there are targetting Redis, so I think it would be a bit weird to change "A full featured Redis client for Pharo" to "A full featured Redict client for Pharo". Right? 🤔modulesandmodules.json: I think the same is true for them, right?commandsanddocs: Here the task is pretty clear to me 👍community: Here, the bigger question is: Do we have replacements for all the things listed there? It mentions the Discord Server, Mailing List, Twitter Account. I think our community setup is described. Maybe we can just remove this directory altogether, as that page supersedes it?wordlist: Not sure what that is?Agreed.
we can probably remove that
I think they have a spellcheck linter for the CI, we can remove that imo
Okay, so that means this task consists of:
commandsdocs/data-typesdocs/get-starteddocs/interactdocs/managementdocs/manualdocs/referenceA few questions:
docs/about: I would tend to remove this. It contains infos on license (which does not apply), releases (not sure if it applies) and users (do not apply).docs/connect: Infos on connecting to Redis with Dotnet, Go, Java, Node and Python. Should we keep it?docs/install: I think this needs to be adjusted quite a bit. Especially because it also talks about "Redis Stack". There is also a full file to explain how to install Redis Insight, which I would also remove.+1
Meh? I think if we get a client list working based on #11, then it's not important to document them in prose; we can just defer to the client documentation.
Yeah, I think we need to rewrite this (I plan on doing that today).
Great! Removed docs/about and docs/connect in my PR. I'll leave docs/install to you 👍
I agree, yes 👍
docs/management,docs/manualanddocs/referenceare not yet re-written. But we can migrate over the other pages already imho!If that works for you, I would copy over the files from
docs/data-typesto the redict.io repocontent/docs/data-types(I would flattenprobabilistic/hyperloglogs.mdtohyperloglogs.mdwhile doing that). Give me a quick thumbs up, and I'll move it over.You already moved docs/interact/programmability to https://redict.io/docs/scripting, right? pubsub and transactions need to move over as well, right?
Yep. I didn't think that pubsub and transactions were well placed in the same section as the Lua docs, though, I think they should have a different home in the end.
What do you think about putting them into the new "Usage" section?
I think that's the perfect home for them.
Great! Then my next PR will be the usage section.