{"id":28442419,"url":"https://github.com/keva-dev/keva","last_synced_at":"2026-03-03T18:32:22.947Z","repository":{"id":38457440,"uuid":"363066421","full_name":"keva-dev/keva","owner":"keva-dev","description":"Low-latency in-memory key-value store, Redis drop-in alternative","archived":false,"fork":false,"pushed_at":"2022-10-30T13:28:16.000Z","size":33997,"stargazers_count":107,"open_issues_count":17,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-12-18T14:32:32.707Z","etag":null,"topics":["java","key-value","redis","redis-server"],"latest_commit_sha":null,"homepage":"https://keva.dev","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keva-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["tuhuynh27","axblueblader"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-04-30T07:47:22.000Z","updated_at":"2025-12-08T01:30:11.000Z","dependencies_parsed_at":"2022-08-19T10:12:33.383Z","dependency_job_id":null,"html_url":"https://github.com/keva-dev/keva","commit_stats":null,"previous_names":["tuhuynh27/keva"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/keva-dev/keva","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keva-dev%2Fkeva","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keva-dev%2Fkeva/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keva-dev%2Fkeva/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keva-dev%2Fkeva/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keva-dev","download_url":"https://codeload.github.com/keva-dev/keva/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keva-dev%2Fkeva/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","key-value","redis","redis-server"],"created_at":"2025-06-06T06:05:52.602Z","updated_at":"2026-03-03T18:32:22.894Z","avatar_url":"https://github.com/keva-dev.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"150\" src=\"https://i.imgur.com/z0c9bV7.png\"\u003e\n\u003c/p\u003e\n\nKeva is an open source (Apache 2.0 licensed), JVM off-heap in-memory data store, used as a database or cache,\ncan be a drop-in replacement for Redis.\n\nKeva provides access to mutable data structures (String, Set, Sorted Set, List, Hash) via a set of commands, which are sent using a server-client model\nwith TCP sockets and a [RESP](https://redis.io/topics/protocol) protocol.\n\n![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/keva-dev/keva/Build/master?label=build\u0026style=flat-square)\n![Lines of code](https://img.shields.io/tokei/lines/github/keva-dev/keva?style=flat-square)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/keva-dev/keva?style=flat-square)\n![GitHub](https://img.shields.io/github/license/keva-dev/keva?style=flat-square)\n![Maven Central](https://img.shields.io/maven-central/v/dev.keva/kevadb?style=flat-square)\n\nMajor dependencies: [Netty](https://github.com/netty/netty), [ChronicleMap](https://github.com/OpenHFT/Chronicle-Map)\n\n## Quick Start\n\n[Get started in 5 minutes.](https://keva.dev)\n\n## Changelogs\n\n[Learn about the latest improvements.](https://keva.dev/changelogs.html)\n\n## Development\n\nWant to file a bug, contribute some code, or improve documentation? Excellent!\n\nFirst, [see Developer Guide](https://keva.dev/guide/developer-guide.html).\n\nJoin [our Slack workspace](https://join.slack.com/t/kevadev/shared_invite/zt-103vkwyki-pwum_qmcJgaOq6FIy3k2GQ) to chat with us.\n\nPull requests are encouraged and always welcome. [Pick an issue](https://github.com/keva-dev/keva/issues) and help\nus out!\n\nTo install and work on Keva locally:\n\n```\ngit clone git@github.com:keva-dev/keva.git\ncd keva\n./gradlew dependencies\n```\n\nRun:\n\n```\n./gradlew :app:run\n```\n\nBuild:\n\n```\n./gradlew :app:build\n```\n\n## License\n\n[Apache License 2.0](https://github.com/keva-dev/keva/blob/master/LICENSE)\n","funding_links":["https://github.com/sponsors/tuhuynh27","https://github.com/sponsors/axblueblader"],"categories":["数据库"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeva-dev%2Fkeva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeva-dev%2Fkeva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeva-dev%2Fkeva/lists"}