Skip to content
View imchuncai's full-sized avatar

Block or report imchuncai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. redis redis Public

    Forked from redis/redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…

    C

  2. umem-cache umem-cache Public

    UMEM-CACHE is an user-space key/value in-memory cache. In the test of caching small objects, UMEM-CACHE is about 20% faster than REDIS.

    C 1

  3. umem-cache-client-Go umem-cache-client-Go Public

    UMEM-CACHE-CLIENT-GO is an UMEM-CACHE client written in Go. This is also the test project of UMEM-CACHE.

    Go