dartist / redis_client

A high-performance async/non-blocking Redis client for Dart
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

Maybe move helper functions #17

Closed enyo closed 11 years ago

enyo commented 11 years ago

The methods RedisClient.toMap(), RedisClient.toScoreMap() and RedisClient.keyValueBytes() should maybe be moved to a better place.