dredis 0.0.11
Redis driver for D.
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
dredis
Flexible and feature-complete Redis client for Dlang
import std.stdio;
import redis;
void main()
{
	writeln("Edit source/app.d to start your project.");
	
    auto redis = new Redis("10.1.11.168",6379,"123456");
	
    redis.set("redie_User_31","password");
    writeln(redis.get("redie_User_31"));
}
- 0.0.11 released 6 years ago
- huntlabs/dredis
- www.huntlabs.net
- MIT
- Copyright (C) 2015-2019, HuntLabs
- Dependencies:
- none
- Versions:
- 
						
 Show all 12 versions0.0.11 2019-Jul-23 0.0.10 2019-Mar-29 0.0.9 2018-May-23 0.0.8 2018-May-23 0.0.7 2018-Apr-17 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								21 downloads this month 
- 
								2168 downloads total 
 
- 
								
- Score:
- 1.5
- Short URL:
- dredis.dub.pm