Skip to content

Commit 1aef290

Browse files
authored
Schedule update keyspace 2025 (#333)
### Description Adds blog post about the keyspace schedule and updates the keyspace landing page. ### Issues Resolved n/a ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Kyle J. Davis <[email protected]>
1 parent 7e037c5 commit 1aef290

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
title = "What you'll see at Keyspace 2025"
3+
description = "I sat on the selection committee for Keyspace and was floored by the number and quality of submissions we received. It's truly amazing to see the talent and depth of experience that is present in the Valkey community manifest in a slate of presentations aimed to interest both experienced and new Valkey users."
4+
date = "2025-08-12 01:01:01"
5+
authors= [ "kyledvs" ]
6+
+++
7+
8+
<style type="text/css">
9+
/* this blog post pulls in CSS from sessionize and it clashes with our color scheme */
10+
.main-inner #sessionize.sessionize-wrapper .sz-speaker.sz-speaker--full .sz-speaker__name {
11+
color: #30176e;
12+
}
13+
.main-inner #sessionize.sessionize-wrapper .sz-speaker.sz-speaker--full .sz-speaker__tagline {
14+
color: #30176e;
15+
}
16+
</style>
17+
18+
I sat on the selection committee for Keyspace and was floored by the number and quality of submissions we received.
19+
It's truly amazing to see the talent and depth of experience that is present in the Valkey community manifest in a slate of presentations aimed to interest both experienced and new Valkey users.
20+
21+
The Keyspace 2025 conference is quickly approaching on August 28th, 2025 in Amsterdam so make sure and [register today](/events/keyspace-2025#register) to hear from these experts.
22+
23+
Click on the session titles below to find out about each one.
24+
25+
<script type="text/javascript" src="https://sessionize.com/api/v2/qv5dn29l/view/Speakers"></script>

content/events/keyspace-2025/index.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ date= 2025-08-28 01:01:01
66
body_class = "keyspace-2025"
77
event_logo = "/events/keyspace-2025/keyspace-logo-6.png"
88
+++
9+
<style type="text/css">
10+
/* this page pulls in CSS from sessionize and it clashes with our color scheme */
11+
.event-single #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label,
12+
.event-single #sessionize.sessionize-wrapper h3,
13+
.event-single #sessionize.sessionize-wrapper h2,
14+
.event-single #sessionize.sessionize-wrapper .sz-day__title {
15+
color: #fff;
16+
}
17+
.event-single #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label {
18+
background-color: #111;
19+
}
20+
21+
.event-single #sessionize.sessionize-wrapper .sz-cssgrid .sz-session__card{
22+
box-shadow: rgb(100,100,100) 0px 0px 0px 2px;
23+
}
24+
</style>
925

1026
Keyspace is the event where developers, SREs, and DevOps pros gather to share techniques, best practices, and new uses for Valkey. You’ll meet and network with the project maintainers, community enthusiasts, and thought leaders in a focused one-day event. The event will give insights into the project through general sessions, breakout rooms, lightning talks, and a workshop, in two distinct orbits (aka "tracks" if you want to be boring).
1127

@@ -33,25 +49,6 @@ If you don't yet have an ID, you can create one by clicking "Create an account"
3349

3450
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.
3551

36-
<table>
37-
<thead>
38-
<tr><th>Time</th><th>Orbit A</th><th>Orbit B</th></tr>
39-
</thead>
40-
<tbody>
41-
<tr><td>0900</td><td colspan="2">Breakfast & Registration (Provided)</td></tr>
42-
<tr><td>1000</td><td colspan="2">Opening Remarks</td></tr>
43-
<tr><td>1015</td><td colspan="2">What's new in Valkey 9</td></tr>
44-
<tr><td>1100</td><td>Session 1</td><td>Session 2</td></tr>
45-
<tr><td>1145</td><td colspan="2">Lunch (Provided)</td></tr>
46-
<tr><td>1300</td><td>Session 3</td><td rowspan="2">Workshop</td></tr>
47-
<tr><td>1345</td><td>Session 4</td></tr>
48-
<tr><td>1430</td><td>Session 5</td><td>Session 6</td></tr>
49-
<tr><td>1515</td><td colspan="2">Lightning Talk 1</td></tr>
50-
<tr><td>1530</td><td colspan="2">Lightning Talk 2</td></tr>
51-
<tr><td>1545</td><td colspan="2">Lightning Talk 3</td></tr>
52-
<tr><td>1600</td><td colspan="2">Closing Remarks</td></tr>
53-
<tr><td>1615</td><td colspan="2">Happy Hour (Provided)</td></tr>
54-
</tbody>
55-
</table>
52+
<script type="text/javascript" src="https://sessionize.com/api/v2/qv5dn29l/view/GridSmart"></script>
5653

5754
_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/)_

0 commit comments

Comments
 (0)