Skip to content

Commit d02d285

Browse files
authored
Update configuration.md
1 parent efbf5c5 commit d02d285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/develop/data-types/timeseries/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ In order to change the values of a load-time parameter, you have to use one of t
3333
- Using the `MODULE LOADEX path [CONFIG name value [CONFIG name value ...]] [ARGS args [args ....]]` command.
3434

3535
With the introduction of Redis 8.0, most of the time series configuration parameters are now runtime parameters. This means that their values can be changed at runtime.
36-
You can still set runtime parameters at load-time, but it is less recommended.
37-
Instead, you should use the Redis `CONFIG` command with time series runtime configuration parameters, in exactly the same way you would do for Redis runtime configuration parameters.
36+
You can set runtime configuration parameters at load-time, but instead, it is recommended to use the Redis `CONFIG` command with time series runtime configuration parameters, the same way you would do for Redis runtime configuration parameters.
3837

3938
This means:
4039

0 commit comments

Comments
 (0)