Coder Social home page Coder Social logo

redis-demo's Introduction

redis_demo

介绍

redis 基础到高级特性

redisDemo

1. Jedis 连接 redis 进行常见操作

2. 实现了手机验证码的简易功能

常见错误

redis 配置文件

bind 127.0.0.1 需要注释掉
daemonize yes  ##redis为后台启动
requirepass ****  ## 设置redis 密码

最后需要关闭redis所在服务器的防火墙

redis_springboot

springBoot整合redis

  1. 引入相关依赖。
  2. 定义了key生成规则,通过redisTemplate来操作redis
  3. 实现了简单redis操作
  4. 使用redis set nx ex 实现了分布式锁
  5. 锁标识使用当前进程号作为表示,防止锁误删
  6. 使用lua脚本保证操作的原子性
分布式锁测试工具 ab

安装

sudo apt install apache2-utils

测试命令

ab -n 1000 -c 100 http://192.168.139.107:8080/redisTest/testLock

lua脚本保证原子性

ab -n 1000 -c 100 http://192.168.139.107:8080/redisTest/testLockByLua

redis-demo's People

Contributors

gavin-ucas avatar

Watchers

 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.