Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Redis with Key-Value #64

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Replace Redis with Key-Value #64

merged 2 commits into from
Oct 16, 2024

Conversation

schneems
Copy link
Member

No description provided.

I verified this behavior in multiple ruby versions:

```
$ chruby ruby-3.2
⛄️ 3.2.5 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ ruby scratch.rb
yolo 2 what
⛄️ 3.2.5 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ chruby ruby-3.1
⛄️ 3.1.6 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ ruby scratch.rb
yolo 2 what
⛄️ 3.1.6 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ chruby ruby-3.0
⛄️ 3.0.7 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ ruby scratch.rb
yolo 2 what
⛄️ 3.0.7 🚀 /tmp/2885b965937903fd4f9c4588e6e427bc
$ cat scratch.rb
# frozen_string_literal: true

msg = "yolo #{ 1 + 1 }"
msg << " what"
puts msg
```
@schneems schneems merged commit eb2351b into main Oct 16, 2024
13 checks passed
@@ -19,7 +19,7 @@ end
> If you are starting a new application, we recommend you use the most recently released version of Rails.

>warning
>As of November 28th, 2022, free Heroku dynos, free Heroku Postgres and free Heroku Data for Redis plans are [no longer available](https://blog.heroku.com/next-chapter).
>As of November 28th, 2022, free Heroku dynos, free Heroku Postgres and free Heroku Data for Key-Value Store plans are [no longer available](https://blog.heroku.com/next-chapter).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Heroku Data for Key-Value Store" should just be "Heroku Key-Value Store"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants