Skip to content

Introduce MemcachedValue Protocol and Conformances #21

@dkz2

Description

@dkz2

This issue will focus on implementing a MemcachedValue protocol to handle the conversion of generic types to ByteBuffer. We will provide conformances for standard Swift types (Int, UInt, String, etc.) to MemcachedValue. This implementation will aim to enhance our type safety by ensuring we only allow for certain types to be stored in Memcached. Additionally, we will need to update our get and set methods in the Connection Actor to make use of our new MemcachedValue protocol, along with updating our unit and integration test to ensure our connection actor and MemcachedValue works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions