随笔分类 -  redis

摘要:Python 线程和 redis 简单读写操作应用1. python 线程 & 线程池的概念python 中使用线程的两种方式: 函数或是用类包装线程对象函数:调h用thread 模块中的start_new_thread()函数生成新线程,thread.start_n... 阅读全文
posted @ 2017-09-19 13:38 yuerspring 阅读(400) 评论(0) 推荐(0)
摘要:Redis 个人理解和常用命令以及应用场景redis ,启动服务器端 :redis-server.exe redis.confRedis 启动客户端redis-cli.exe -h 127.0.0.1 -p 6379Redis 下载 :https://github.c... 阅读全文
posted @ 2016-10-14 15:16 yuerspring 阅读(128) 评论(0) 推荐(0)