Skip to content

AOF not supported in swap mode #263

@pangtujun

Description

@pangtujun

Describe the bug

When attempting to enable AOF (append-only file) in Redis-On-Rocks (ROR), an error "ERR Invalid argument 'yes' for CONFIG SET 'appendonly' - swap mode is non-memory mode, cannot open aof" is encountered.

To reproduce

  1. Connect to ROR Redis server.
  2. Execute the command: CONFIG SET appendonly yes.
  3. Observe the error message returned.

Expected behavior

The AOF should be successfully enabled in ROR without encountering any errors.

Additional information

It seems that ROR is running in non-memory mode (swap mode), which prevents the AOF from being opened. Further investigation into the configuration and operating mode of ROR may be necessary to resolve this issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions