All Apps and Add-ons

what is the reason to use redis instead of the built-in kv-store?

dominiquevocat
SplunkTrust
SplunkTrust

I would love to try/use the app bu i am reluctant to install redis. Is there a chance that you would use kv-store in a future release and/or what is the reason or tradeoff for using redis?

0 Karma
1 Solution

narefiev
Engager

Hello.
Sorry, but we don't plan to use kvstore (mongodb on Splunk).
We chose Redis for it's performance on read operations http://stackoverflow.com/questions/5252577/how-much-faster-is-redis-than-mongodb and http://redis.io/topics/benchmarks

View solution in original post

0 Karma

narefiev
Engager

Hello.
Sorry, but we don't plan to use kvstore (mongodb on Splunk).
We chose Redis for it's performance on read operations http://stackoverflow.com/questions/5252577/how-much-faster-is-redis-than-mongodb and http://redis.io/topics/benchmarks

0 Karma

Lucas_K
Motivator

Speed speed and more speed?

The Kv store works well, is easy to use and is reliable as hell but does have some limitations when you start using stupidly large tables and/or high write requirements.

Redis also has its limitations but also has specific performance benefits over mongodb.

I'm about to try integrating redis into a solution where mongodb didn't quite fit.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...