Skip to content

Commit d25be14

Browse files
chayimgkorland
andauthored
s/RedisLabs/Redis/ in select places (#38)
* s/RedisLabs/Redis/ in select places * Update README.md * Update pyproject.toml Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent 7f6ef43 commit d25be14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisBloom/redisbloom-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisBloom/redisbloom-py/alerts/)
88

99
# Python client for RedisBloom
10-
[![Forum](https://img.shields.io/badge/Forum-RedisBloom-blue)](https://forum.redislabs.com/c/modules/redisbloom)
10+
[![Forum](https://img.shields.io/badge/Forum-RedisBloom-blue)](https://forum.redis.com/c/modules/redisbloom)
1111
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/wXhwjCQ)
1212

1313
redisbloom-py is a package that gives developers easy access to several probabilistic data structures. The package extends [redis-py](https://github.com/andymccurdy/redis-py)'s interface with RedisBloom's API.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "redisbloom-py"
33
version = "0.4.1"
44
description = "RedisBloom Python Client"
5-
authors = ["RedisLabs <oss@redislabs.com>"]
5+
authors = ["Redis <oss@redis.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
88

0 commit comments

Comments
 (0)