Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rmqtt/rmqtt-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36c0bd5
Choose a base ref
...
head repository: rmqtt/rmqtt-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0fe4c90
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 28, 2025

  1. Configuration menu
    Copy the full SHA
    537df4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1bbff View commit details
    Browse the repository at this point in the history
  3. fix(storage): improve TTL feature handling in contains_key operations

    - Added proper conditional compilation for TTL feature in contains_key methods:
      * _self_map_contains_key
      * _self_list_contains_key
      * _self_contains_key
    - Without TTL feature, now directly checks underlying storage:
      * Calls _map_contains_key for map storage
      * Calls _list_contains_key for list storage
      * Calls _kv_contains_key for key-value storage
    - Maintains TTL expiration checks when feature is enabled
    bittcrafter committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    9c872c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from bittcrafter/main

    fix(storage): improve TTL feature handling in contains_key operations
    bittcrafter authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    0fe4c90 View commit details
    Browse the repository at this point in the history
Loading