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

Move from redis to valkey #573

Open
1 of 8 tasks
mmacata opened this issue Nov 15, 2024 · 0 comments
Open
1 of 8 tasks

Move from redis to valkey #573

mmacata opened this issue Nov 15, 2024 · 0 comments

Comments

@mmacata
Copy link
Member

mmacata commented Nov 15, 2024

Redis won't be open source anymore from version 7.4 . Therefore move from redis to valkey.

  • functional adjustments in actinia-docker Move from redis to valkey actinia-docker#89
  • 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.
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

No branches or pull requests

1 participant