dartist / redis_client

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

Remove _emptyList(), _emptyMap() and _emptyValue() #18

Closed enyo closed 11 years ago

enyo commented 11 years ago

It's now possible to just write new Future([ ]);