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

feat: Feature/floyd rebase unstable #2413

Merged

Commits on Feb 19, 2024

  1. feat: add floyd (OpenAtomFoundation#2347)

    * floyd: refactor storage to support multi rocksdb instance && todis key format
    
    * fix compile error after rebase
    
    * fix compile error after rebase
    
    * fix by review comments
    
    * fix by review comments
    
    * fix by review comments
    
    * fix by lqx and panlei's review comments
    
    * fix by review comments
    
    * fix by review comments
    
    * fix by review comments
    
    * fix by review comments
    
    * rebase upstream code
    
    * rebase upstream code
    
    * fix storage construct error
    
    * change uint32_t ttl to uint64_t
    
    * change int() to static_cast
    
    * fix by xiaoshuai's review comments
    
    * fix compile error in debug mode
    
    * fix slot_indexer by review comments
    
    * fix by xiaoshuai's review comments
    
    * fix dynamic change ttl and periodic_seconds
    
    * define CRCU32 type
    
    * change uint64_t to int64_t to support nagative time ttl
    
    * fix cache list error in floyd
    
    * fix by yuge's review comments
    
    * change shared_ptr to unique_ptr to be consisten with pikiwidb
    
    ---------
    
    Co-authored-by: wangshaoyi <[email protected]>
    2 people authored and 贵文丽 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ffb07fe View commit details
    Browse the repository at this point in the history
  2. fix floyd keys (OpenAtomFoundation#2364)

    Co-authored-by: wuxianrong <[email protected]>
    2 people authored and 贵文丽 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6601034 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. floyd rebase unstable branch

    wangshaoyi committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eb14a0f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix by review comments

    wangshaoyi committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d53c6ee View commit details
    Browse the repository at this point in the history