meteor / redis-livedata

Realtime data-sync support for Redis in Meteor
https://atmospherejs.com/package/redis-livedata
147 stars 17 forks source link

Can I use hash sets? #11

Closed brugnara closed 9 years ago

brugnara commented 9 years ago

This is not a bug but a question. Many thanks.

Daniele.

Slava commented 9 years ago

This implementation supports strings, lists and hashmaps. Everything else is not supported.

brugnara commented 9 years ago

The readme says something different:

no support for sets, ordered sets, lists, hyperloglog, etc

I'll try qith lists. Many thanks.