Created
June 28, 2024 22:23
-
-
Save sullemanhossam/54c6c81da103d33483b08e4ddae41cb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# //ANCHOR - Redis | |
def new_redis_connection | |
Redis.new(password:"227777d4dd1fc61c6f884f",url: ENV["REDISCLOUD_URL"]) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment