- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Implement Cluster Scan #113
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
          
     Merged
      
      
    
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            43 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      9234613
              
                Add new ScanOptions class
              
              
                currantw 80df6eb
              
                FIx 'ScanOptions' linter error
              
              
                currantw 4adb2cf
              
                Add new ClusterScanCursor class
              
              
                currantw f650041
              
                Update `ClusterScanCursor` to not use `IDisposable`
              
              
                currantw 5d40d7f
              
                Add `ScanAsync` interface methods.
              
              
                currantw fbf2bc0
              
                Add stub `ScanAsync` implementations
              
              
                currantw 2e1b2c6
              
                Update interface methods to return `ValkeyKey` instead of `GlideString`.
              
              
                currantw 68d575f
              
                Revert previous change - string[] is more appropriate
              
              
                currantw f826be4
              
                Update Request.GenericCommands.ScanAsync to use `ScanOptions`
              
              
                currantw f14cd82
              
                Small simplification of GlideClient.KeysAsync
              
              
                currantw ee72f2e
              
                Implement GlideClient.ScanAsync
              
              
                currantw 85dd309
              
                Implement `ClusterScanAsync` and update `ScanAsync` for consistency i…
              
              
                currantw 9698a89
              
                Implement `GlideClusterClient.ScanAsync`
              
              
                currantw 8afd5d0
              
                Revert some changes. Cluster scan requires special FFI handling.
              
              
                currantw 43ddbca
              
                Update .gitignore to ignore .amazonq/ directory (used to store "memor…
              
              
                currantw 789245f
              
                Unrelated cleanup: move `_serverVersion` into protected fields region
              
              
                currantw b955c82
              
                Expose "request_cluster_scan" and "remove_cluster_scan_cursor" as FFI…
              
              
                currantw 0318cf5
              
                Cleanup `ClusterScanCursor` and implement `IDisposable` interface.
              
              
                currantw b56320a
              
                Implement ClusterScanCommand, revert IDisposable for ClusterScanCursor.
              
              
                currantw 19be848
              
                Fix linting errors
              
              
                currantw b2b9130
              
                Update scan methods to return `ValkeyKey[]` instead of `string[]`
              
              
                currantw 3fdcbb1
              
                Additional ScanOptions unit tests
              
              
                currantw c656597
              
                Make `ClusterScanCursor`'s `CursorId immutable
              
              
                currantw 8035312
              
                Add `ClusterScanCursor` unit tests
              
              
                currantw 4daf5aa
              
                Update SCAN command converter unit tests
              
              
                currantw 282638d
              
                Add cluster scan integration tests
              
              
                currantw 12f9042
              
                Add standalone scan integration tests
              
              
                currantw 6ac791f
              
                Add ArgumentNullException test for cluster scan cursor
              
              
                currantw 75f2c10
              
                Combine cluster and standalone scan test files
              
              
                currantw e0fd449
              
                Fix failing tests, linting, and formatting.
              
              
                currantw 7aa1a0b
              
                Add stub implementation for `request_cluster_scan` and `remove_cluste…
              
              
                currantw bd2f9eb
              
                Initial implementation of `request_cluster_scan` and `remove_cluster_…
              
              
                currantw 20fce9a
              
                Update rust implementation, make more consistent with core implementa…
              
              
                currantw 5b5f63e
              
                Fix bug in the case of an existing cursor ID, update tests.
              
              
                currantw 6c770a5
              
                Minor cleanup.
              
              
                currantw 2c2ced2
              
                Fix failing test
              
              
                currantw b5412af
              
                Addressed GitHub Copilot review comments
              
              
                currantw da010f4
              
                Minor refactor to `GlideClient.KeysAsync` to improve performance by m…
              
              
                currantw 4b7f546
              
                Add method documentation to fix linting errors.
              
              
                currantw bcfae4f
              
                Make `ClientPointer` and `MessageContainer` internal (including renam…
              
              
                currantw d7891fd
              
                Rename to `convert_string_pointer_array_to_vector` and add documentat…
              
              
                currantw 929be26
              
                Get rid of some extra newlines
              
              
                currantw 2e73038
              
                Re-order methods
              
              
                currantw File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.