You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The redis.io webpage for bitfields 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: bitfield_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 bf
{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.
The redis.io webpage for bitfields 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: bitfield_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.
Examples should live in this folder
@dwdougherty and I will be reviewing and tracking these issues - feel free to tag us with any questions
The text was updated successfully, but these errors were encountered: