Savannah Norem
Savannah Norem
to have tabbed client language examples on every data type page on redis.io, we need to include Hugo short codes and update the CLI examples
The redis.io webpage for [bitfields](https://redis.io/docs/data-types/bitfields/) needs the Java example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-75621ec51da32e7f657243e238496703618ccfb882d0eac5b7c61ed400e1830f) The first line of...
Trying to do something like `result_set = Book.find( (Book.metrics.score < 3) ).sort_by("metrics.score")` will result in the error that `metrics.score` is not part of the model even though the find portion...
The redis.io webpage for [sorted sets](https://redis.io/docs/data-types/sorted-sets/) needs the c# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-196240727c71b03fd8fc6bda16e52eaf85b85838c246d8874d4bd10ea05ce184) The first line...
The redis.io webpage for [streams](https://redis.io/docs/data-types/streams/) needs the c# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/blob/emb-examples/doctests/dt_stream.py) The first line of...
The redis.io webpage for [lists](https://redis.io/docs/data-types/lists/) needs the C# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/2855/files) The first line of...
The redis.io webpage for [sets](https://redis.io/docs/data-types/sets/) needs the C# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-f68087c89c8278f4e9cea736435989cd040ecfdce67d313f13225086c65d26f3) The first line of...
The redis.io webpage for [bitfields](https://redis.io/docs/data-types/bitfields/) needs the C# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-75621ec51da32e7f657243e238496703618ccfb882d0eac5b7c61ed400e1830f) The first line of...
…eturned by find. Will solve #568 when completed.