Lists (4)
Sort Name ascending (A-Z)
Starred repositories
3
stars
written in C
Clear filter
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,…
sensationalsai / How-to-Make-a-Computer-Operating-System
Forked from SamyPesse/How-to-Make-a-Computer-Operating-SystemHow to Make a Computer Operating System in C++
sensationalsai / redis
Forked from redis/redisRedis 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, HyperLogLogs, Bitmaps.