Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - add a full path hint for redistimeseries.so #1546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gacerioni
Copy link

I run Redis Stack in a StatefulSet, and I had to exec into the container to find . -name redistimeseries.so so I could prepare my configmap with something like:

    {{- if .Values.enableRedisTimeSeries }}
    loadmodule /opt/redis-stack/lib/redistimeseries.so
    {{- end }}   

So I decided to suggest a brief comment on top of the configuration, just to help the next person.

I run Redis Stack in a StatefulSet, and I had to exec into the container to `find . -name redistimeseries.so` so I could prepare my configmap with something like:
```
    {{- if .Values.enableRedisTimeSeries }}
    loadmodule /opt/redis-stack/lib/redistimeseries.so
    {{- end }}   
```

So I decided to suggest a brief comment on top of the configuration, just to help the next person.
@CLAassistant
Copy link

CLAassistant commented Dec 8, 2023

CLA assistant check
All committers have signed the CLA.

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca23346) 89.02% compared to head (1c417a4) 89.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1546   +/-   ##
=======================================
  Coverage   89.02%   89.02%           
=======================================
  Files          35       35           
  Lines        5834     5834           
=======================================
  Hits         5194     5194           
  Misses        640      640           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants