Bug 2222265 - Redis is getting installed with the default RHUA installation but seems to be being used
Summary: Redis is getting installed with the default RHUA installation but seems to be...
Keywords:
Status: NEW
Alias: None
Product: Red Hat Update Infrastructure for Cloud Providers
Classification: Red Hat
Component: RHUA
Version: 4.1.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Gregg Tanzillo
QA Contact: Radek Bíba
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-12 13:27 UTC by mithun kalyat
Modified: 2023-07-26 09:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHUI-416 0 None None None 2023-07-18 13:35:16 UTC
Red Hat Knowledge Base (Solution) 7025709 0 None None None 2023-07-25 18:09:43 UTC

Description mithun kalyat 2023-07-12 13:27:08 UTC
Description of problem:

Why a redis database is getting installed with the default RHUI installation? It seems to being used. Can this package be removed?

[root@rhua proc]# ss -antpl |grep redis
LISTEN 0      511        127.0.0.1:6379       0.0.0.0:*    users:(("redis-server",pid=949,fd=6))

[root@rhua02 proc]# ps -ef |grep redis
redis        949       1  0 May05 ?        02:07:14 /usr/bin/redis-server 127.0.0.1:6379

### no database configured
[root@rhua proc]# redis-cli info keyspace
# Keyspace

# data location is empty
[root@rhua proc]# redis-cli config get dir
1) "dir"
2) "/var/lib/redis"
[root@rhua proc]# ll /var/lib/redis/
total 0


Note You need to log in before you can comment on or make changes to this bug.