redis-developer.github.io
redis-developer.github.io copied to clipboard
The Home of Redis Developers
- `aioredis-py` 2.0.0 is not a beta version anymore (https://github.com/aio-libs/aioredis-py/releases) - update `poetry add aioredis-py` to `poetry add aioredis` (https://aioredis.readthedocs.io/en/latest/getting-started/#installation)
do exist means definitely exist which is misleading
this chapter has few errors and need to updated for better learning 1. groupId is wrong, it should be `com.redis.om` now ```xml com.redis.om.spring redis-om-spring 0.1.0-SNAPSHOT ``` 2. nethier release version...
The tutorial uses the redisgraph-py library, which is deprecated and is supposedely replaced by redis-py. Unfortunately, the redis-py graph interface is not compatible with redisgraph, and so the example given...
Library version in this [tutorial](https://developer.redis.com/develop/java/spring/redis-om/redis-om-spring-json/#maven) is outdated. Needs to be updated from- ``` com.redis.om.spring redis-om-spring 0.1.0-SNAPSHOT ``` to ``` com.redis.om redis-om-spring 0.5.1 ```
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...
The PooledJedisConnectionProvider class not import in [using java doc](https://developer.redis.com/howtos/redisjson/using-java) show the code like this: PooledJedisConnectionProvider provider = new PooledJedisConnectionProvider(config); but i donot know PooledJedisConnectionProvider class how to import, it is...
It would be nice for frequent visitors to have a recently added content panel + a News one regarding releases of Redis Ecosystem.
With the newer version releases, we might require "DocsVersionDropDown" in the sidebar. For Example, with RedisInsight v2.0 recent release, we want to keep both v1.x and v2.x in the sidebar....