redis-developer.github.io icon indicating copy to clipboard operation
redis-developer.github.io copied to clipboard

The Home of Redis Developers

Results 48 redis-developer.github.io issues
Sort by recently updated
recently updated
newest added

It would be great to have social media icons for each of these sections so that it is easy for our developers to share them with a wider audience.

All images should have the alt tag properly completed. Imagine a visually impaired person and succinctly describe what the image represents. `alt="image description"`

bug

In docusaurus.config.js, please update these two items as the following: `title: 'Redis Developer Hub', tagline: 'The Home of Redis Developers',`

enhancement

* for this first version add hard coded links * going forward create a list of demos/links and add them during build

content

Use the property: * `hide_table_of_contents : true` in the document header

i change all the place that have let keyword but the variable didn't need to be change to const

The scripts in the two samples increments then number of requests made, then checks if the result is less than the max allowed number of requests. This causes the last...