Skip to content
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

Create C# code snippets for sorted sets #214

Open
sav-norem opened this issue Nov 27, 2023 · 0 comments
Open

Create C# code snippets for sorted sets #214

sav-norem opened this issue Nov 27, 2023 · 0 comments
Assignees

Comments

@sav-norem
Copy link

sav-norem commented Nov 27, 2023

The redis.io webpage for sorted sets needs the c# example as well. The python equivalent can be used to copy the setup and can be found here

The first line of the file needs to be the ID for the example - # EXAMPLE: ss_tutorial

Each separate section is delimited with a tag that you will need to copy exactly for it to appear in the correct place, ie.

# STEP_START zadd 
{code}                                    
# STEP_END

# HIDE_START, # HIDE_END, # REMOVE_START, and # REMOVE_END can be used for debugging and deleting keys. Hide will hide until a user expands the example, remove will only be seen in the source code and will never appear on the webpage.

Examples should live in this folder

@dwdougherty and I will be reviewing and tracking these issues - feel free to tag us with any questions

@gerzse gerzse self-assigned this Feb 13, 2024
gerzse pushed a commit to gerzse/NRedisStack that referenced this issue Feb 13, 2024
Issue redis#214

Add a test under `Docs`, with code snippets that can be used in the
online documentation for Sorted Sets.
shacharPash pushed a commit that referenced this issue Feb 19, 2024
Issue #214

Add a test under `Docs`, with code snippets that can be used in the
online documentation for Sorted Sets.

Co-authored-by: Gabriel Erzse <gabriel.erzse@redis.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants