redis :

1、ubuntu安装  ‘pip install redis-server’

2、启动    ‘redis-cli’

3、使用

  set:  set a 1

  get:  get a

  flush: flushdb

相关文章: