{"id":15060855,"url":"https://github.com/wvanlit/memkv","last_synced_at":"2025-10-04T19:31:37.899Z","repository":{"id":225662612,"uuid":"766536485","full_name":"wvanlit/MemKV","owner":"wvanlit","description":"An in-memory key-value store, following the Redis protocol, built on F#","archived":true,"fork":false,"pushed_at":"2024-03-03T16:45:25.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-30T06:22:12.046Z","etag":null,"topics":["fsharp","kv-store","redis"],"latest_commit_sha":null,"homepage":"https://codingchallenges.fyi/challenges/challenge-redis/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanlit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-03T14:40:41.000Z","updated_at":"2024-08-24T13:23:41.000Z","dependencies_parsed_at":"2024-03-03T15:51:57.049Z","dependency_job_id":null,"html_url":"https://github.com/wvanlit/MemKV","commit_stats":null,"previous_names":["wvanlit/memkv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wvanlit/MemKV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanlit%2FMemKV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanlit%2FMemKV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanlit%2FMemKV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanlit%2FMemKV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanlit","download_url":"https://codeload.github.com/wvanlit/MemKV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanlit%2FMemKV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278365883,"owners_count":25975087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fsharp","kv-store","redis"],"created_at":"2024-09-24T23:05:30.716Z","updated_at":"2025-10-04T19:31:37.636Z","avatar_url":"https://github.com/wvanlit.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MemKV\n\n_An in-memory key-value store, following the Redis protocol, built on F#._\n\nInspired by [Build Your Own Redis Server](https://codingchallenges.fyi/challenges/challenge-redis) by [Coding Challenges](https://codingchallenges.fyi/).\n\n## Release Mode Benchmark\n\nMemKV can run about 100.000+ operations per second when running locally.\n\n```shell\nredis-benchmark -t SET,GET,INCR -n 100000 -c 10\n```\n\nOutput:\n\n```\n====== SET ======\n  100000 requests completed in 0.59 seconds\n  10 parallel clients\n  3 bytes payload\n  keep alive: 1\n  multi-thread: no\n\n99.62% \u003c= 0.1 milliseconds\n99.70% \u003c= 0.2 milliseconds\n99.72% \u003c= 0.3 milliseconds\n99.83% \u003c= 0.4 milliseconds\n99.89% \u003c= 0.5 milliseconds\n99.92% \u003c= 0.6 milliseconds\n99.93% \u003c= 0.7 milliseconds\n99.94% \u003c= 0.8 milliseconds\n99.95% \u003c= 0.9 milliseconds\n99.96% \u003c= 1.3 milliseconds\n99.96% \u003c= 1.4 milliseconds\n99.97% \u003c= 1.9 milliseconds\n99.98% \u003c= 2 milliseconds\n99.99% \u003c= 4 milliseconds\n99.99% \u003c= 5 milliseconds\n100.00% \u003c= 7 milliseconds\n100.00% \u003c= 8 milliseconds\n100.00% \u003c= 13 milliseconds\n170357.75 requests per second\n\n====== GET ======\n  100000 requests completed in 0.53 seconds\n  10 parallel clients\n  3 bytes payload\n  keep alive: 1\n  multi-thread: no\n\n99.97% \u003c= 1 milliseconds\n100.00% \u003c= 1 milliseconds\n188323.91 requests per second\n\n====== INCR ======\n  100000 requests completed in 0.54 seconds\n  10 parallel clients\n  3 bytes payload\n  keep alive: 1\n  multi-thread: no\n\n100.00% \u003c= 1 milliseconds\n186915.88 requests per second\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvanlit%2Fmemkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwvanlit%2Fmemkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvanlit%2Fmemkv/lists"}