Giter Site home page Giter Site logo

easyredis's Introduction

Golang实现自己的Redis

用 11篇文章实现一个遵循标准的Redis服务,姑且叫EasyRedis吧,希望通过文章将Redis掰开撕碎了让大家有更直观的理解,而不是仅仅停留在八股文的层面,而是非常爽的感觉,欢迎持续关注学习。

单机版

分布式

补充篇

使用说明

单机版

  • 使用./test.sh命令启动单机版服务端
  • 使用./redis-cli.sh命令启动官方端redis客户端,连接服务(需要你本机自己安装redis-cli并加入到环境变量中)

效果图如下: 启动服务端

客户端连接:

分布式

  • 使用./redis-cluster0.sh ./redis-cluster1.sh ./redis-cluster2.sh命令启动3个服务端
  • 使用./redis-cli.sh命令启动官方端redis客户端,连接服务(需要你本机自己安装redis-cli并加入到环境变量中)

效果图如下 启动服务端

客户端连接:

easyredis's People

Contributors

yushaona avatar gofish2020 avatar

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.