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
functional adjustments in actinia-core for tests (separate or with step(s) below
functional adjustments in actinia-core - replace lib redis with valkey
semantic adjustments in actinia-core - replace occurence of word redis with functional description instead of software name, e.g. kvstore or kvdb
Examples:
conf.REDIS_QUEUE_SERVER_URL
from .redis_resources import RedisResourceInterface
actinia-core.redis_fluentd_logger_base
actinia_core.core.redis_api_log
self.redis_server.lrange
class RedisFluentLoggerBase(object)
necessary adjustments in actinia plugins and actinia-docker (e.g. config) after semantic adjustments in actinia-core
semantic adjustments in actinia-api and plugins
...
Bonus: Split up into multiple valkey DBs dedicated to one purpose to prepare later refactoring.
The text was updated successfully, but these errors were encountered:
Redis won't be open source anymore from version 7.4 . Therefore move from redis to valkey.
redis
with functional description instead of software name, e.g.kvstore
orkvdb
Examples:
The text was updated successfully, but these errors were encountered: