Coder Social home page Coder Social logo

redis-playground's Introduction

redis-playground

FIXME: my new application.

Installation

Download from https://github.com/redis-playground/redis-playground

Usage

A Playground for experimenting with Redis and Redis Stream using carmine

Install Redis

First, you must have Redis (version 5 or later) installed and running. To download Redis, visit this page and follow the instructions for your operating system.

Windows users:

Windows is NOT a supported platform for Redis, so you will need to run Redis inside a Docker container.

docker pull redis

Once installed, start the container with:

docker run --name my-redis -p:6379:6379 -d redis

if you'd like to access the redis-cli, run:

docker exec -it my-redis sh

that should put you into a shell in the running container, where you can run:

redis-cli

to startup the redis cli interface. Run ping and you should get back PONG to test.

Mac users:

I suggest installing Redis via Homebrew

Working with the Playground

Use the deps.edn file to start a REPL and then begin evaluating code.

This repo is not designed to be run from the clojure.cli; just use the repl and experiment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.