Skip to content

Instantly share code, notes, and snippets.

View ayushman-git's full-sized avatar
🏠
Working from home

Ayushman Gupta ayushman-git

🏠
Working from home
View GitHub Profile
@lmj0011
lmj0011 / rejson-for-ubuntu.md
Last active November 4, 2024 10:18
Building and Loading the ReJSON v1 Module on Linux Ubuntu 16.04 for Redis

make sure you have at least redis v4.0+

redis-server --version

redis-cli --version

install the build-essential package

apt-get install build-essential

@staltz
staltz / introrx.md
Last active October 26, 2025 03:06
The introduction to Reactive Programming you've been missing