You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ Options:
42
42
-`:conn-spec` - [Carmine](https://github.com/ptaoussanis/carmine) redis connection spec. See Carmine docs for more info
43
43
-`:pool-spec` - Carmine connection pool spec, basically apache-commons pool options
44
44
-`:encoder` - A function to convert Riemann event map to a string. Defaults to `cheshire/generate-string` (JSON serialization), see the source for more info.
45
-
-`:key` - The name of the Redis key to output events to. Defaults to `"riemann-events"`
45
+
-`:key` - The Redis key to output events to. Defaults to `"riemann-events"`
46
+
-`:key-fn` - A function to compute the Redis key from event; Overrides `:key`
0 commit comments