pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: redis problem: can't load module redisbloom.so
On Monday, September 21, 2026 7:10:40 AM Pacific Daylight Time Jonathan Perkin wrote:
> I can only assume that it is hard-coded in a config file somewhere
> that was originally written for an older redis where the module was
> installed manually.
It's generated on build in the default config:
# >>> BEGIN section: Modules (regenerated on every sync) <<<
# Auto-generated by `make sync-redis-conf` — do NOT edit this block by hand;
# it is stripped and regenerated on every sync. Everything above is the
# Redis-core config from redis.conf, emitted verbatim.
#
# Generated: 2026-08-17T17:11:46Z
# Requested: <all manifest modules>
# Active: redisbloom redisearch redisjson redistimeseries
# Missing .so: <none>
# Bad manifest: <none>
# >>> BEGIN: loadmodule paths (replaced by make deploy) <<<
loadmodule ./modules/redisbloom/redisbloom.so
loadmodule ./modules/redisearch/redisearch.so
loadmodule ./modules/redisjson/rejson.so
loadmodule ./modules/redistimeseries/redistimeseries.so
# <<< END: loadmodule paths <<<
None of those modules will load, redisbloom just happens to be the first one in the list. I haven't had a chance to look into it further yet.
--
snow flurry <snow%flurry.sh@localhost>
Home |
Main Index |
Thread Index |
Old Index