Skip to content

Commit

Permalink
Merge pull request #72 from valkey-io/jekyll-version
Browse files Browse the repository at this point in the history
Move to prod: roundup post and changes to home page
  • Loading branch information
stockholmux authored May 27, 2024
2 parents 4f65b37 + 15f583f commit 0490d3a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions _posts/2024-05-24-may-roundup.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: post
title: "What's new in Valkey for May 2024"
authors:
- kyledvs
date: 2024-05-24 01:01:01 -0700
categories: update
---

It's become clear that people want to talk about Valkey and have been publishing blog posts/articles fervently.
Here you'll find a collection of all the post I'm aware of in the last few weeks.

## Percona

The kind folks over at Percona have been on an absolutely legendary streak of posting about Valkey.
They've done a series on data types ([Hashes](https://www.percona.com/blog/valkey-redis-the-hash-datatype/), [Sorted Sets](https://www.percona.com/blog/valkey-redis-sets-and-sorted-sets/)), [best](https://www.percona.com/blog/valkey-redis-configuration-best-practices/) and [not-so-good practices](https://www.percona.com/blog/valkey-redis-not-so-good-practices/), [getting started](https://www.percona.com/blog/hello-valkey-lets-get-started/), [replication/failover](https://www.percona.com/blog/valkey-redis-replication-and-auto-failover-with-sentinel-service/), [configurations/persistence](https://www.percona.com/blog/valkey-redis-configurations-and-persistent-setting-of-the-key-parameters/), and finally their own [Valkey packages for DEB and RPM-based distros](https://www.percona.com/blog/hello-valkey-lets-get-started/).

## Fedora Magazine

Yours truly wrote an article for [Fedora Magazine about using the `valkey-compat-redis` package to move to Valkey](https://fedoramagazine.org/how-to-move-from-redis-to-valkey/).

## Community.aws

Ricardo Ferreira put together a [walkthrough of using Valkey with Go on Docker](https://community.aws/content/2fdr6Vg8BiJS8jr8xsuQRRc0MD5/getting-started-with-valkey-using-docker-and-go).

## The New Stack

While Open Source Summit North America was last month, [The New Stack published a blog post about Valkey](https://thenewstack.io/valkey-a-redis-fork-with-a-future/) and accompany interview with project leaders, it's worth a watch and read.

## Presentation: Digging into Valkey

On the subject of Open Source Summit, the talk I gave along side Madelyn Olson, ["Digging into Valkey" was posted as a video](https://youtu.be/3G6QgwIl-xs).

## Valkey Seattle IRL

The [Seattle Valkey Meetup](https://www.meetup.com/seattle-valkey/) is holding a [Rust module workshop on June 5th](https://www.meetup.com/seattle-valkey/events/301177195/).
A lot of folks will be in town for the Contributor Summit, so this meet up is bound to be flush with Valkey experts.
Don't miss it.

## Want to add your tutorial/article/meetup/video to a future roundup?

This is the first in a series of roundups on Valkey content.
The plan is to keep an [draft pull request open on the website GitHub repo](https://github.com/valkey-io/valkey-io.github.io/issues?q=is%3Adraft+label%3Aroundup-post+) where you can contribute your own content.
4 changes: 2 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ sidebar:

---

Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as **caching**, **message queues**, and can act as a **primary database**.
Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as **caching**, **message queues**, and can act as a **primary database**.
Valkey can run as either a **standalone** daemon or in a **cluster**, with options for **replication** and **high availability**.

Valkey natively supports a rich collection of datatypes, including **strings**, **numbers**, **hashes**, **lists**, **sets**, **sorted sets**, **bitmaps**, **hyperloglogs** and more.
You can operate on data structures in-place with a expressive collection of commands.
You can operate on data structures in-place with an expressive collection of commands.
Valkey also supports native extensibility with built-in scripting support for **Lua** and supports **module** plugins to create new commands, data types, and more.


Expand Down

0 comments on commit 0490d3a

Please sign in to comment.