diff --git a/content/events/keyspace-2025/index.md b/content/events/keyspace-2025/index.md index 60b14ba9..053f03ee 100644 --- a/content/events/keyspace-2025/index.md +++ b/content/events/keyspace-2025/index.md @@ -35,20 +35,21 @@ RAI Amsterdam Convention Centre [Europaplein 24, 1078 GZ Amsterdam, Netherlands] ## Related -Keyspace is a co-located event with [Open Source Summit Europe](https://events.linuxfoundation.org/open-source-summit-europe/). You do not need to purchase a ticket for Open Source Summit Europe to attend Keyspace. +Keyspace is a co-located event with [Open Source Summit Europe](https://events.linuxfoundation.org/open-source-summit-europe/). -## Register +## Recorded Talks & Video -To register, you will need to sign in with your Linux Foundation ID. + -If you don't yet have an ID, you can create one by clicking "Create an account" on the reservation link below. +## Presentation Slides -[Reserve your ticket today!](https://register.linuxfoundation.org/keyspace-2025) - -## Tentative Schedule - -The conference has two orbits: **Orbit A** for those who already know Valkey and are looking to deepen their understanding and **Orbit B** for those who are just starting to get to know Valkey. You're not locked into either orbit, so you can select the right talks for your needs. - - - -_Header image: [The Horsehead Nebula and its surroundings. The reflection nebula NGC 2023 in the bottom left corner.](https://en.wikipedia.org/wiki/Horsehead_Nebula#/media/File:Horsehead_and_flame_Nebulea_384mm_scope_Ha-RGB.jpg) License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)_ \ No newline at end of file +* [What's New in Valkey 9?](./slides/whats-new-in-valkey.pdf) +* [Demystifying Valkey Clustering: Architecture, Fault Tolerance, and Scalability](./slides/demystifying-valkey-clustering.pdf) +* [valkey-bundle: One Stop Shop for Real-Time Applications](./slides/keyspace-valkey-bundle.pdf) +* [Customizing Valkey with Rust: Building High-Performance Modules](./slides/valkey-modules-in-rust.pdf) +* [Deploying Valkey at Enterprise level with LDAP Authentication and Auditing](./slides/keyspace-25-ldap-audit.pdf) +* _(Slides pending)_ Harder, Better, Faster, Stronger - Building Valkey-Timeseries +* _(Slides pending)_ Effortless Platform Engineering: Multi-Cluster Valkey Deployments with k0rdent +* [Connection Storms: Detecting and Defusing Outages Before Valkey Crashes](./slides/connection-storms.pdf) +* [Migrating 15k Redis servers to Valkey](./slides/migrating-15k-redis-servers-to-valkey.pdf) +* [Redis to Valkey: Upgrade and Downgrade Compatibility](./slides/redis-to-valkey-upgrade-and-downgrade.pdf) \ No newline at end of file diff --git a/content/events/keyspace-2025/slides/connection-storms.pdf b/content/events/keyspace-2025/slides/connection-storms.pdf new file mode 100644 index 00000000..94ffff97 Binary files /dev/null and b/content/events/keyspace-2025/slides/connection-storms.pdf differ diff --git a/content/events/keyspace-2025/slides/demystifying-valkey-clustering.pdf b/content/events/keyspace-2025/slides/demystifying-valkey-clustering.pdf new file mode 100644 index 00000000..125d6c39 Binary files /dev/null and b/content/events/keyspace-2025/slides/demystifying-valkey-clustering.pdf differ diff --git a/content/events/keyspace-2025/slides/keyspace-25-ldap-audit.pdf b/content/events/keyspace-2025/slides/keyspace-25-ldap-audit.pdf new file mode 100644 index 00000000..9d3fcf57 Binary files /dev/null and b/content/events/keyspace-2025/slides/keyspace-25-ldap-audit.pdf differ diff --git a/content/events/keyspace-2025/slides/keyspace-valkey-bundle.pdf b/content/events/keyspace-2025/slides/keyspace-valkey-bundle.pdf new file mode 100644 index 00000000..68a06299 Binary files /dev/null and b/content/events/keyspace-2025/slides/keyspace-valkey-bundle.pdf differ diff --git a/content/events/keyspace-2025/slides/migrating-15k-redis-servers-to-valkey.pdf b/content/events/keyspace-2025/slides/migrating-15k-redis-servers-to-valkey.pdf new file mode 100644 index 00000000..add37ef7 Binary files /dev/null and b/content/events/keyspace-2025/slides/migrating-15k-redis-servers-to-valkey.pdf differ diff --git a/content/events/keyspace-2025/slides/redis-to-valkey-upgrade-and-downgrade.pdf b/content/events/keyspace-2025/slides/redis-to-valkey-upgrade-and-downgrade.pdf new file mode 100644 index 00000000..f572cf63 Binary files /dev/null and b/content/events/keyspace-2025/slides/redis-to-valkey-upgrade-and-downgrade.pdf differ diff --git a/content/events/keyspace-2025/slides/valkey-modules-in-rust.pdf b/content/events/keyspace-2025/slides/valkey-modules-in-rust.pdf new file mode 100644 index 00000000..6486da6e Binary files /dev/null and b/content/events/keyspace-2025/slides/valkey-modules-in-rust.pdf differ diff --git a/content/events/keyspace-2025/slides/whats-new-in-valkey.pdf b/content/events/keyspace-2025/slides/whats-new-in-valkey.pdf new file mode 100644 index 00000000..71e1bdff Binary files /dev/null and b/content/events/keyspace-2025/slides/whats-new-in-valkey.pdf differ