dredis 0.0.8

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"));
}
Authors:
  • putao dlang team
Dependencies:
none
Versions:
0.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
Show all 12 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 2085 downloads total

Score:
1.3
Short URL:
dredis.dub.pm