Search found 4 matches
- Tue Jul 05, 2016 5:52 pm
- Forum: Programs, Libraries and Tools
- Topic: Redis client, packaging questions
- Replies: 22
- Views: 22595
Re: Redis client, packaging questions
Awesome, really appreciate the ideas. Will check out those areas and try to find a place to start banging on.
- Mon Jul 04, 2016 4:48 am
- Forum: Programs, Libraries and Tools
- Topic: Redis client, packaging questions
- Replies: 22
- Views: 22595
Re: Redis client, packaging questions
Tried your steps for flashing micropython. (tl;dr - had to work around problem I ran into with upip, but did eventually get it to work). When I ran MICROPYPATH=scripts;micropython -m upip install micropython-redis , I found that the current working directory was populated with tar files correspondin...
- Sun Jul 03, 2016 7:31 pm
- Forum: Programs, Libraries and Tools
- Topic: Redis client, packaging questions
- Replies: 22
- Views: 22595
Re: Redis client, packaging questions
Cool! Will give it a try.
At this point, I feel like I have some good background on redis and micropython-redis - is there anything you'd like help with?
At this point, I feel like I have some good background on redis and micropython-redis - is there anything you'd like help with?
- Sun Jul 03, 2016 2:49 am
- Forum: Programs, Libraries and Tools
- Topic: Redis client, packaging questions
- Replies: 22
- Views: 22595
Re: Redis client, packaging questions
Dwight, How are you able to get the uredis module onto the 8266? I looked at upip and it looks like that only supports micropython on unix (could have that wrong). I also looked into using webrepl_cli.py to try to copy over a directory, but it looks like it can only handle files. Finally, looked at ...