{"id":146080,"date":"2025-10-22T11:11:56","date_gmt":"2025-10-22T09:11:56","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/opublikovan-valkey-9-0-fork-subd-redis"},"modified":"2025-10-22T11:11:56","modified_gmt":"2025-10-22T09:11:56","slug":"opublikovan-valkey-9-0-fork-subd-redis","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-valkey-9-0-fork-subd-redis","title":{"rendered":"Valkey 9.0, a fork of the Redis DBMS, has been released.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the Valkey 9.0 database management system, which branched off from Redis last year, has taken place. The fork was created after Redis 7.4 was switched to a proprietary license. In the release of Redis 8.0, the code was returned to an open AGPLv3 license, but this did not affect the development of the Valkey project. Valkey is being developed on a neutral platform under the auspices of the Linux Foundation with participation from developers from companies such as Amazon, Google, Oracle, Ericsson, and Snap. The project's code is written in C and is distributed under the BSD license. It supports operation on Linux, macOS, OpenBSD, NetBSD, and FreeBSD.     <\/p>\n<p>The Valkey and Redis databases provide functions for storing data in key\/value format, enhanced by support for structured data formats such as lists, hashes, and sets, as well as the ability to execute server-side <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-los-angeles\/\"   title=\"server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3986\">server<\/a> Lua handler scripts. The database is stored in memory and synchronized with the on-disk version or reflected in the change log on disk, ensuring data integrity in case of an unexpected shutdown. Transactions, the \"publish\/subscribe\" mode, increment\/decrement commands, operations on lists and sets (union, intersection), key renaming, master-slave replication, multiple retrievals, and sorting functions are supported.       <\/p>\n<p>In the new version:  <\/p>\n<ul>\n<li class=\"l\"> To transfer data between nodes in the cluster, the technique of atomic slot migration is employed, where data is moved not at the level of individual keys (one key at a time), but at the level of atomic movement of 16,384-byte data storage slots. The transfer uses the AOF format, allowing individual elements of collections to be sent instead of all data associated with a key. This approach significantly increases performance, avoids redirects, and eliminates delays that occurred when a client accessed the migrating key.\n<li class=\"l\"> The ability to define separate lifetimes for different fields in hashes associated with a single key has been added (previously, the lifetime was tied to the key and covered all fields at once). New commands have been introduced for managing data lifetime: HEXPIRE, HEXPIREAT, HEXPIRETIME, HGETEX, HPERSIST, HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HPTTL, HSETEX, and HTTL.\n<li class=\"l\"> Support has been introduced for using numbered databases in clustered mode, where the key space is divided among several different databases (default 16).\n<li class=\"l\"> Increased efficiency of large clusters \u2014 a 2000-node cluster has been demonstrated, capable of handling a billion requests per second.\n<li class=\"l\"> An optimization has been added that can increase throughput by 40% in some situations through preloading pipelining commands into memory.\n<li class=\"l\"> An optimization has been added that can increase throughput by 20% in some situations by eliminating data copying in memory (zero copy) during large request processing.\n<li class=\"l\"> Support for Multipath TCP technology has been added to facilitate packet delivery across multiple routes through different network interfaces bound to different IP addresses. The use of Multipath TCP can reduce latency by 25% in some cases.\n<li class=\"l\"> Optimizations utilizing SIMD processor instructions have been added to BITCOUNT and HyperLogLog, which can increase throughput by up to 200% in some scenarios.\n<li class=\"l\"> Geospatial indexes now support location queries based on polygon coordinates.\n<li class=\"l\"> The \"DELIFEQ\" command has been added to delete a key if its associated value matches the specified condition.\n<li class=\"l\"> In the \"CLIENT LIST\" command, the ability to set filters that filter elements by name, flags, activity, and database has been implemented. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/lir\/ipv4\/\"   title=\"IP address\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"615\">IP address<\/a> and permissions.\n<li class=\"l\"> Support for 25 commands that were previously deprecated has been restored.              <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=64096\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 Valkey 9.0, \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0433\u043e\u0434\u0443 \u043e\u0442\u0432\u0435\u0442\u0432\u0438\u0432\u0448\u0435\u0439\u0441\u044f \u043e\u0442 \u0421\u0423\u0411\u0414 Redis. \u0424\u043e\u0440\u043a \u0431\u044b\u043b \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 Redis 7.4 \u043d\u0430 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u0443\u044e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e. \u0412 \u0432\u044b\u043f\u0443\u0441\u043a\u0435 Redis 8.0 \u043a\u043e\u0434 \u0431\u044b\u043b \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0451\u043d \u043d\u0430 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u0443\u044e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e AGPLv3, \u043d\u043e \u044d\u0442\u043e \u043d\u0435 \u043f\u043e\u0432\u043b\u0438\u044f\u043b\u043e \u043d\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Valkey. Valkey \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0435 \u043f\u043e\u0434 \u043f\u043e\u043a\u0440\u043e\u0432\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e\u043c \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 Linux Foundation \u043f\u0440\u0438 \u0443\u0447\u0430\u0441\u0442\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u0438\u0437 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-146080","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 Valkey 9.0, \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0433\u043e\u0434\u0443 \u043e\u0442\u0432\u0435\u0442\u0432\u0438\u0432\u0448\u0435\u0439\u0441\u044f \u043e\u0442 \u0421\u0423\u0411\u0414 Redis. \u0424\u043e\u0440\u043a \u0431\u044b\u043b \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 Redis 7.4 \u043d\u0430 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u0443\u044e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-valkey-9-0-fork-subd-redis\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d Valkey 9.0, \u0444\u043e\u0440\u043a \u0421\u0423\u0411\u0414 Redis | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 Valkey 9.0, \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0433\u043e\u0434\u0443 \u043e\u0442\u0432\u0435\u0442\u0432\u0438\u0432\u0448\u0435\u0439\u0441\u044f \u043e\u0442 \u0421\u0423\u0411\u0414 Redis. \u0424\u043e\u0440\u043a \u0431\u044b\u043b \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 Redis 7.4 \u043d\u0430 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u0443\u044e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-valkey-9-0-fork-subd-redis\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-10-22T09:11:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-22T09:11:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Valkey 9.0 published, a fork of the Redis database | ProHoster","description":"The release of the database system Valkey 9.0 has occurred, which diverged from the Redis database last year. The fork was created after Redis 7.4 was transitioned to a proprietary license.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-valkey-9-0-fork-subd-redis","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d Valkey 9.0, \u0444\u043e\u0440\u043a \u0421\u0423\u0411\u0414 Redis | ProHoster","og:description":"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 Valkey 9.0, \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0433\u043e\u0434\u0443 \u043e\u0442\u0432\u0435\u0442\u0432\u0438\u0432\u0448\u0435\u0439\u0441\u044f \u043e\u0442 \u0421\u0423\u0411\u0414 Redis. \u0424\u043e\u0440\u043a \u0431\u044b\u043b \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 Redis 7.4 \u043d\u0430 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u0443\u044e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044e.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-valkey-9-0-fork-subd-redis","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2025-10-22T09:11:56+00:00","article:modified_time":"2025-10-22T09:11:56+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"146080","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-02-22 15:54:02","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 15:29:20","updated":"2026-02-22 15:54:02","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/146080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=146080"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/146080\/revisions"}],"predecessor-version":[{"id":162515,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/146080\/revisions\/162515"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=146080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=146080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=146080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}