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: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.7
Choose a base ref
...
head repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.11
Choose a head ref
  • 4 commits
  • 31 files changed
  • 3 contributors

Commits on Jun 24, 2026

  1. Configuration menu
    Copy the full SHA
    145540d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. support RedisValue backed by ReadOnlySequence (#3112)

    * Merge pull request #4 from pairbit/RedisValueSequence
    
    Redis value sequence
    
    * fix order
    
    * fix
    
    * PublicAPI.Unshipped
    
    * GetCharCount and GetMaxCharCount
    
    * add checking OverflowException
    
    * comment SequenceCompareTo
    
    * implement StartsWith
    
    * fix StartsWith
    
    * refact
    
    * GetHashCode
    
    * add Equals, CompareTo, StartsWith for ByteArray or MemoryManager
    
    * add ReadOnlySequenceIterator
    
    * refac
    
    * - GetHashCode
    - GetChars/GetCharCount
    - Simplify
    - normalize .First.Span
    
    * TryParse
    
    * mark WriteUnifiedSequence(ROS) as redundant for now (and fix 64-bit length)
    
    * CompareTo
    
    * add integration test (and fix CI)
    
    * polishing
    
    * avoid the string alloc in GetHashCode (when possible)
    
    ---------
    
    Co-authored-by: ITikhonov <[email protected]>
    Co-authored-by: Marc Gravell <[email protected]>
    3 people authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    16bde35 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. add package logo (#3115)

    mgravell authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    596d3a5 View commit details
    Browse the repository at this point in the history
  2. Optimize RedisValue / reader logic by using canonical parser and new …

    …ShortBlob storage kind (#3114)
    
    * spike better RedisValue parsing logic
    
    * Introduce new storage kind for small payloads (<=8 bytes) - avoids array alloc
    
    * fix CI
    
    * CI: tweak failing test
    
    * tidying (support ulong as canonical)
    mgravell authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    eab8a35 View commit details
    Browse the repository at this point in the history
Loading