redislite icon indicating copy to clipboard operation
redislite copied to clipboard

Redis in a python module.

Results 35 redislite issues
Sort by recently updated
recently updated
newest added

Installation on a Raspberry Pi 4 fails due to Redis failing to link automatically with libatomic. Further discussion in https://github.com/redis/redis/issues/6275 and https://github.com/yahoo/redislite/issues/150 This change to the Makefile in redis.submodule (fix...

Problem --------- On linux aarch64, `pip install redislite` builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their...

Hi, I'm trying to install redislite on a python:3.9.9-alpine3.15 image. The error I'm getting is the one below. Any idea why I'm getting it and how can I fix it?...

Can you please bump the redis version and release a new version? Building current redis submodules fails using newer gcc.

`redis.xrange('mystream', '(12345')` fails with `redis.exceptions.ResponseError: Invalid stream ID specified as stream command argument`. https://redis.io/commands/XRANGE#exclusive-ranges

I reviewed https://redislite.readthedocs.io/en/latest/topic/contributing.html and was hoping to ask a question about the CLA (https://github.com/yahoo/redislite/issues/156) via email or IRC. The [email protected] email fails, because yahoogroups.com does not have MX dns records....

I reviewed https://redislite.readthedocs.io/en/latest/topic/contributing.html and I am hoping to sign the Yahoo contributor agreement. When I visit https://yahoocla.herokuapp.com/ it returns a 503 Service Unavailable error. May I have some help signing...

I've been using redislite to write unit tests for a project. I recently move this project to a repo following [this template](https://github.com/TezRomacH/python-package-template), which configures pytest using `pyproject.toml`. When I tried...

Installation via ```pip install redislite``` and ```python setup.py install``` (off a fresh clone from master) both fail with the following error while compiling Redis: ``` gcc -g -ggdb -rdynamic -o...