Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created June 28, 2024 22:23
Show Gist options
  • Save sullemanhossam/54c6c81da103d33483b08e4ddae41cb3 to your computer and use it in GitHub Desktop.
Save sullemanhossam/54c6c81da103d33483b08e4ddae41cb3 to your computer and use it in GitHub Desktop.
# //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