What's New At Redis? February 2023
Already it's been a busy 2023 over at Redis. Here's some info you may have missed over the last few weeks. First, we must mention our latest version of Redis Stack has been released in December 2022 and many new features like improved database analysis and some example UI screenshots are covered in this January Redis blog. What's coming next? The next release of Redis Stack is planned for first half of 2023 and we plan to introduce additional mechanisms for triggered functions including an embedded JavaScript engine. Functions written in JavaScript can be triggered by an event arriving in a stream, synchronously with a Create/Update/Delete operation, or can be scheduled ahead of time. This will allow you to execute business logic rapidly within the database in combination with Redis Stack capabilities such as query and search. You can learn more about triggers and change events in this blog.
New Redis Course on .Net
With our new Redis for .Net Developers course learn:
Securing Your Data
What's a HeadCrab? Well luckily it's not something your kids will bring home from school. HeadCrab malware has been around for a while, but there have been recent security reports educating developers about its existence and impact to non-secured Redis deployments. It should be noted that there are no signs that Redis Enterprise software or Redis Cloud services have been impacted by any of these attacks. If you use Redis open source software you might want to check out this Redis blog that outlines 5 steps to ensure you are not at risk.
Videos for Developers
Listening to Fake News? Hopefully not, but make sure you are not holding on to mis-information about Redis in your brain. In the latest "Redis Explained" video series, Debunking 5 Redis Myths. This is a great video for developers to understand the full value of Redis Enterprise.
Upcoming Events
Matchmaking isn't just about dating. If you are in the Tel Aviv on Valentine's Day make sure to drop by the #AWS Tel Aviv office for a special in person session on matchmaking and real-time leaderboards. Register here.
Want to network? Check out this blog to find the Top Events for Database Developers in 2023. The game developers conference is coming up in March as well as numerous Devops Days all around the globe.
领英推荐
New Resources for Redis Partners
We have just improved our Redis partner program with new benefits and opportunities for Redis Partners. Check out the details in the January Redis partner blog.
Some Other Cool Redis-related Links
Redis is on Discord. Connect with your peers. Check it out sometime when you are between gaming rounds or Discord discussions.
Redis Tech Talks and Webinars
Redis is also on Twitch.
Get smart on Redis Search and JSON with this free course:
RU204: Storing, Querying, and Indexing JSON at Speed: https://university.redis.com/courses/...
Download and learn about Redis Stack → https://redis.io/docs/stack/
Information on Redis JSON → https://redis.io/docs/stack/json/
Information on Redis Search → https://redis.io/docs/stack/search/
Need a Redis Cloud database now? Sign up for a free Redis Cloud Essentials account → https://bit.ly/3xdTyMR
Code Corner
Here's some handy Redis and client code tidbits from Joey Whelan to help folks looking to learn more about Redis. Moral of this story is go with Redis JSON for easier updates of nested data.