网站首页 站内搜索

搜索结果

查询Tags标签: indexKey,共有 1条记录
  • python简单操作redis

    redis操作import redis r = redis.StrictRedis(host=localhost, port=6379, db=0) r.set(test1, test1)value1 = r.get(car) print(value1)all_keys = r.keys() print(all_keys)for indexKey in all_keys:indexValue1 = r.get(indexKey)print(indexValue1)if r.exists(&qu…

    2022/8/23 2:52:53 人评论 次浏览
扫一扫关注最新编程教程