-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/topics/eval-intro.md
has several issues
#102
Comments
The "Weird bang" is from the old redis website. All commands in backticks were automatically linked to the command doc pages. The bang prevents this from being interpreted as the SCRIPT command. I kept it intentionally because I assumed you know about it and I thought we may want to keep this behaviour. I don't like it though since it's kind of hidden secret markup. It is good to have links between the topics pages and the command pages though, but not every occurrence needs to be linked. How about we link explicitly to the command on the first occurrence on each page? A script could update all the pages and occurrences of |
Signed-off-by: Viktor Söderqvist <[email protected]>
In review before publishing #91,
eval-intro.md
has several issues:docs/topics/protocol#resp-arrays
(probably should be#arrays
)!SCRIPT
in heading (looks like this may have been some sort of now dead markup)In Redis OSS 5.0, effects replication became the default mode.
,Starting with Redis OSS 3.2, it is possible to select an alternative replication method.
,starting with Redis OSS 5.0
The text was updated successfully, but these errors were encountered: