Skip to content

Replace all "redis" keywords to "valkey" in tcl test files #155

Description

@hwware

In test tcl files, a lot of "redis" keywords represent server,for example

spawn_instance redis $::redis_base_port $::instances_count {
        "enable-protected-configs yes"
        "enable-debug-command yes"
        "save ''"
}

We would like to use other words to replace the "redis"

Note:
1.Do not touch the words such as "redis_version" because in the info command, we will still keep these output
2. Do not change any RedisModule* words becuase we still want to keep it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions