Skip to content

Commit

Permalink
Update history_redis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoangel committed Aug 24, 2024
1 parent 84a2ba9 commit 9b9850e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/history_redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The configuration of this module is pretty straightforward (use `local.d/history

~~~hcl
servers = 127.0.0.1:6379; # Redis server to store history
key_prefix = "rs_history"; # Default key name
expire = 432000; # Expire in seconds for inactive keys, default to 5 days
nrows = 200; # Default rows limit
compress = true; # Use zstd compression when storing data in Redis
subject_privacy = false; # subject privacy is off
Expand Down

0 comments on commit 9b9850e

Please sign in to comment.