RedisModules
Classstaticnet10.0
Well-known Redis module paths that are included in the Redis container image from version 8 onward.
namespace Aspire.Hosting;
public static class RedisModules{ // ...}Remarks
Section titled Remarks Redis 8 ships a
redis-full.conf configuration file that loads the available Redis modules with loadmodule directives. For more information, see the Redis configuration documentation at https://redis.io/docs/latest/operate/oss_and_stack/management/config/ and the Redis modules documentation at https://redis.io/docs/latest/develop/reference/modules/. Fields4
Section titled FieldsBloomFilterstaticstring The Redis Bloom Filter module path for probabilistic data structures including Bloom filters, Cuckoo filters, Count-Min Sketches, and Top-K filters.
Jsonstaticstring The Redis JSON module path for storing, updating, and querying JSON documents in Redis.
Searchstaticstring The Redis Search module path for secondary indexing and querying of data stored in Redis.
TimeSeriesstaticstring The Redis TimeSeries module path for efficient storage and querying of time series data in Redis.