#Documentation clarification for RedisJSON bundling in Redis 8

1 messages · Page 1 of 1 (latest)

brisk geode
#

The announcement of RedisJSON being bundled into Redis 8 seems to imply that it should work out-of-the-box, and I found it very difficult to find any documentation explaining that loadmodule commands still need to be added to the config. When installing Redis 8 on macOS it took me some time before I realized this, after coming across redis-full.conf on github which showed explicit loading. It may benefit future explorers if this requirement can be better documented on the getting started page for the JSON data type, which does not mention any config changes.

GitHub

For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine. - red...

lone fossil
#

i sthis the case? i upgraded on debian and i still cant get it to work even when adding the line. Somethign is very strange here

#

if somebody is looking for the debian modules there are here
`# JSON support
loadmodule /usr/lib/redis/modules/rejson.so

Weitere Module:

loadmodule /usr/lib/redis/modules/redistimeseries.so

loadmodule /usr/lib/redis/modules/redisearch.so`