Skip to content

Releases: alvin0/redis-model

To prevent the creation of a new record in the database, correct the hash key

03 Nov 06:01
e8277bd
Compare
Choose a tag to compare

To prevent the creation of a new record in the database, correct the hash key.

Adds missing exception class imports in Model

31 Oct 22:14
89ee3ee
Compare
Choose a tag to compare
0.7.1

Adds missing class imports in Model

Add feature & fixbug

27 Oct 08:34
e143597
Compare
Choose a tag to compare

Add:

  • Enable Enum casting
    Fixbug:
  • Fix model update for properties cast as arrays

Casts the attribute before creating an instance when retrieved from Redis

26 Oct 02:32
12b50c3
Compare
Choose a tag to compare
casts the attribute before creating an instance when retrieved from R…

…edis

Fixing the issue when the value of an attribute is an array and automatically converting it to 0 or 1 for boolean values.

26 May 18:19
f9c3f5f
Compare
Choose a tag to compare
Fixing the issue when the value of an attribute is an array and autom…

…atically converting it to 0 or 1 for boolean values.

auto parse boolean to int for attribute is boolean

26 May 04:32
5f3eb7d
Compare
Choose a tag to compare
0.6.1

auto parse boolean to int for attribute is boolean

hotfix chunking data crash when hash pattern not found

19 Apr 17:01
299dc01
Compare
Choose a tag to compare
0.6

hotfix chunking data crash when hash pattern not found. Function chunk()

Update Value Config Database to 0

15 Apr 15:18
1f16ad2
Compare
Choose a tag to compare

I may have overlooked this information when researching Redis: "In Redis, the default number of databases is 16 and they are numbered from 0 to 15 (you can customize this with your Redis instance)." (https://www.digitalocean.com/community/cheatsheets/how-to-manage-redis-databases-and-keys)
I will customize the default database of the redis-model package back to the value 0 so that at least no one will be confused anymore.
#5

Update UnitTest

04 Apr 07:37
9cf83ee
Compare
Choose a tag to compare
0.5.1

Update Unit Test

Improve Model And Update document

02 Apr 16:07
Compare
Choose a tag to compare
Update document and update Model

update Model