Skip to content

Instantly share code, notes, and snippets.

View hamsteven's full-sized avatar
🍕

Steven Ham hamsteven

🍕
  • Chattanooga, TN
View GitHub Profile
@hamsteven
hamsteven / main.cs
Created May 5, 2017 18:03
C# ServiceStack Redis Pipelined MGET
using System;
using ServiceStack;
using ServiceStack.Text;
using ServiceStack.Redis;
using ServiceStack.DataAnnotations;
using System.Collections.Generic;
using System.Linq;
var redisManager = new RedisManagerPool("localhost:6379");
var redis = redisManager.GetClient();