Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

squarism

Members
  • Content Count

    1
  • Joined

  • Last visited

  • Days Won

    1

squarism last won the day on April 1 2015

squarism had the most liked content!

About squarism

  • Rank
    Junior Member
  1. I made a redis client (lol). It's pretty alpha I think. Here's the repo: https://github.com/squarism/opencomputers_redis local redis = require("redis") client = redis.connection('opencomputers://localhost:6379') -- change databases client:select(11) -- basic usage client:set("redis", "awesome") This will store "awesome" in the "redis" key in the real-world redis server on localhost. Of course you need an Internet card and some other setup. It's in the README and if it's not it should be and that's a bug. You have to unblacklist localhost in this case. The other details are in t
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.