basic redis example about teamDev redis client interface

Started by
0 comments, last by Zipster 7 years, 2 months ago

as we know teamDev.redis is only library that works with unity and .net2

I could not find a usefull tutorial or documentation to how to work with it.

can you give me an example about how to connect and write and read to redis whit ths library?

thank you for helping

Advertisement

I was able to find a few basic examples on the homepage, https://redis.codeplex.com/.

Other than that, it's just a client library; the Redis usage patterns themselves are fairly universal. I would check out the Redis homepage for more information, examples, and tutorials.

Unless you have a specific question about a feature you'd like to implement using Redis?

This topic is closed to new replies.

Advertisement