Simon Prickett
Simon Prickett
We should better document the use of `model_key_prefix`, see #121
It's possible to sort results in ASCending or DESCending order like this... ASCending: ```python result_set = Book.find( (Book.author == "Robert A. Heinlein") & (Book.year_published > 1958) & (Book.year_published < 1974)...
* Go to https://redis.io/commands. * Open the drop down for "Filter by group..." * The group "Server managment" should be "Server management" This may just be fixed and not released...
This is something we can chip away at over time, but we should update references to `redislabs/redismod` to use `redis/redis-stack`. We will need to keep `redislabs/redismod` for tutorials that use...
Text is not visible in many cases when the site is being viewed in dark mode. Example, look at the table and author sections here: https://developer.redis.com/devcember/
Update this page to use Node Redis 4: https://developer.redis.com/guide/security/how-to-use-ssl-tls-with-redis-enterprise/
Put the site behind Cloudflare in line with docs and university static sites. Provides access to workers / dynamic routing as needed, CDN and image optimization options, redirect, firewall and...
From Lance: Add an "Applies to" field on each page and render it if set... this would be to describe the minimum Redis requirements to run / follow whatever the...
From Lance: Add a last updated field on each page, so readers know how timely the information is.
Move week 4 exercises to use millisecond precision timestamps, so that RedisInsight renders the dates correctly. Currently it shows all the dates as 01/01/1970 because the IDs provided are second...